Closed
Description
These are the two assertions I am getting:
assert.js:88
throw new assert.AssertionError({
^
AssertionError: 1 == 2
at ChildProcess.<anonymous> (/Users/evan/dev/code/forks/io.js/test/parallel/test-sync-io-option.js:33:16)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (child_process.js:1009:12)
assert.js:88
throw new assert.AssertionError({
^
AssertionError: 0 == 2
at ChildProcess.<anonymous> (/Users/evan/dev/code/forks/io.js/test/parallel/test-sync-io-option.js:33:16)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit (child_process.js:1009:12)