Delete LOG4JS_CONFIG environment variable after test has finished.

This commit is contained in:
Daniel Bell 2012-10-16 10:55:30 +11:00
parent ad63b801f7
commit bdfa7f9a9b

View File

@ -120,7 +120,7 @@ vows.describe('log4js configure').addBatch({
'fs': fakeFS, 'fs': fakeFS,
} }
}); });
delete process.env.LOG4JS_CONFIG;
return fileRead; return fileRead;
}, },
'should load the specified local configuration file' : function(fileRead) { 'should load the specified local configuration file' : function(fileRead) {