Skip to content

Commit

Permalink
printing without newlines breaks messaging from the child process.
Browse files Browse the repository at this point in the history
  • Loading branch information
dominictarr committed Jan 20, 2011
1 parent f4637a4 commit b3025c5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions test/test-child_message_interference.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
if (module == require.main) {
return require('../lib/async_testing').run(process.ARGV);
}

module.exports = {
'test interference': function(test) {
test.finish()
require('util').print('interference')
}
}

0 comments on commit b3025c5

Please sign in to comment.