From 3324c39315996e8e667d359045b60aa26d357b73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Pollak?= Date: Mon, 21 Jan 2013 22:04:14 -0300 Subject: [PATCH] Weird this lying around. --- lib/agent/index.js | 2 +- test/agent/providers/network.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/agent/index.js b/lib/agent/index.js index 7e868434c..fcbcf6e2d 100644 --- a/lib/agent/index.js +++ b/lib/agent/index.js @@ -51,7 +51,7 @@ var Agent = self = { run: function(){ if (this.running) return false; - process.env.LOOP = 0;this + process.env.LOOP = 0; // if run via cron, wait a few seconds before actually calling engage() var wait_seconds = helpers.run_via_cron() ? helpers.random_between(1, 59) : 0; diff --git a/test/agent/providers/network.js b/test/agent/providers/network.js index 2022da2dc..1e2a80089 100644 --- a/test/agent/providers/network.js +++ b/test/agent/providers/network.js @@ -58,7 +58,7 @@ describe('Network', function(){ }); - describe('get_private_ip',function() { + describe('get private_ip',function() { describe('when all interfaces are down', function(){