Delete LOG4JS_CONFIG environment variable after test has finished.

release-0.5.7-fixup
Daniel Bell 12 years ago
parent ad63b801f7
commit bdfa7f9a9b

@ -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) {

Loading…
Cancel
Save