Skip to content

Commit

Permalink
test: do not trigger node bug with fd mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
sam-github committed Feb 18, 2015
1 parent 19eb300 commit ae8febd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,7 @@ exports.runWithControlChannel = function(appWithArgs, runArgs, onMessage) {
}

var options = {
// NOTE(bajtos) We are redirecting stdout to stderr in order to keep
// the test output clean from diagnostic messages.
stdio: [0, 2, 2, 'ipc'],
stdio: [0, 1, 2, 'ipc'],
env: util._extend({
SL_ENV: 'test',
STRONGLOOP_FLUSH_INTERVAL: 2,
Expand Down

0 comments on commit ae8febd

Please sign in to comment.