diff options
Diffstat (limited to 'test/disabled/test-remote-module-loading.js')
-rw-r--r-- | test/disabled/test-remote-module-loading.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/disabled/test-remote-module-loading.js b/test/disabled/test-remote-module-loading.js index 00a0974dcc..b098c3e93b 100644 --- a/test/disabled/test-remote-module-loading.js +++ b/test/disabled/test-remote-module-loading.js @@ -27,7 +27,7 @@ var cmd = 'NODE_PATH='+libDir+' '+nodeBinary+' http://localhost:'+PORT+'/moduleB sys.exec(cmd, function (err, stdout, stderr) { if (err) throw err; - puts('success!'); + console.log('success!'); modulesLoaded++; server.close(); }); |