diff options
Diffstat (limited to 'test/simple/test-child-process-exec-env.js')
-rw-r--r-- | test/simple/test-child-process-exec-env.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/simple/test-child-process-exec-env.js b/test/simple/test-child-process-exec-env.js index d4cd989a31..cc8d2f9873 100644 --- a/test/simple/test-child-process-exec-env.js +++ b/test/simple/test-child-process-exec-env.js @@ -1,4 +1,5 @@ -require('../common'); +common = require('../common'); +assert = common.assert; var exec = require('child_process').exec, sys = require('sys'); success_count = 0; |