From c2de06d77260c6c8f41038f21c60f2e65fffc459 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 23 May 2012 23:20:50 +0800 Subject: [PATCH] tests/soup.js --- tests/soup.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/soup.js b/tests/soup.js index 95e20a3a..5fba1c37 100644 --- a/tests/soup.js +++ b/tests/soup.js @@ -23,7 +23,8 @@ netrc.split("\n").forEach(function(nl) { line[k] = kv k = false; }); - + print(JSON.stringify(line)); + lines[line.machine] = line; }); -- 2.39.2