From bdfa7f9a9bc396ea9d5e302467e34ee4c0883392 Mon Sep 17 00:00:00 2001 From: Daniel Bell Date: Tue, 16 Oct 2012 10:55:30 +1100 Subject: [PATCH] Delete LOG4JS_CONFIG environment variable after test has finished. --- test/configuration-test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/configuration-test.js b/test/configuration-test.js index 5433466..b1ce9e1 100644 --- a/test/configuration-test.js +++ b/test/configuration-test.js @@ -120,7 +120,7 @@ vows.describe('log4js configure').addBatch({ 'fs': fakeFS, } }); - + delete process.env.LOG4JS_CONFIG; return fileRead; }, 'should load the specified local configuration file' : function(fileRead) {