test: don't use --max-stack-size=0
authorBen Noordhuis <info@bnoordhuis.nl>
Mon, 2 Sep 2013 17:10:36 +0000 (19:10 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 2 Sep 2013 19:00:00 +0000 (21:00 +0200)
commitd6fb764cc2b77e439e842ae26811b34ff3f50235
tree3449f78faf2e004de42bcb5f9254941498b25a89
parentc5ed96a4b12fd254f18c7d5d630241546a4fde3e
test: don't use --max-stack-size=0

--max-stack-size was removed in 3a87b31, use --stack-size instead.
What's more, a zero length stack will likely crash the process.
test/simple/test-child-process-fork-exec-argv.js
test/simple/test-process-exec-argv.js