From: Alan Knowles Date: Tue, 29 Mar 2011 09:55:03 +0000 (+0800) Subject: tests/tickets.js X-Git-Url: http://git.roojs.org/?p=gitlive;a=commitdiff_plain;h=3a3771a972d91225d88274fe2d860380e25e536a tests/tickets.js --- 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/)) {