From 4d787cae70042aec1ad5d937adc71b22024df2d5 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:21:19 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/soup.js b/tests/soup.js index 5fba1c37..009e5bb5 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -7,7 +7,7 @@ var session = new Soup.SessionSync(); File = imports['../File.js'].File; var netrc = File.read(GLib.get_home_dir() + "/.netrc"); -var lines = []; +var lines = {}; netrc.split("\n").forEach(function(nl) { var line = {}; var k = false -- 2.39.2