Browse Source

test: fix bad comment

v0.9.1-release
Ben Noordhuis 13 years ago
parent
commit
0888cdd412
  1. 2
      test/simple/test-cli-eval.js

2
test/simple/test-cli-eval.js

@ -46,7 +46,7 @@ child.exec(nodejs + ' --eval "console.error(42)"',
assert.equal(stderr, '42\n');
});
// assert that nothing is written to stdout
// assert that the expected output is written to stdout
['--print --eval', '-p -e', '-pe'].forEach(function(s) {
var cmd = nodejs + ' ' + s + ' ';

Loading…
Cancel
Save