From 3a3771a972d91225d88274fe2d860380e25e536a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Tue, 29 Mar 2011 17:55:03 +0800 Subject: [PATCH] tests/tickets.js --- tests/tickets.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tickets.js b/tests/tickets.js index 5cd3cb02..453a8134 100644 --- a/tests/tickets.js +++ b/tests/tickets.js @@ -15,7 +15,7 @@ Tickets = { { this.machines = {}; // very basic parsing - only support single line version.. - var lines = File.read(GLib.get_home_dir() + '.netrc').split(/\n/); + var lines = File.read(GLib.get_home_dir() + '/.netrc').split(/\n/); var t = this; lines.forEach(function(l) { if (!l.match(/^machine/)) { -- 2.39.2