Skip to content

Commit

Permalink
test-tls-securepair-server: don't shutdown stdout
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Feb 20, 2011
1 parent 8b9dbda commit c72ae27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/simple/test-tls-securepair-server.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ server.listen(common.PORT, function() {
}
});

client.stdout.pipe(process.stdout);
client.stdout.pipe(process.stdout, { end: false });

client.on('exit', function(code) {
opensslExitCode = code;
Expand Down

0 comments on commit c72ae27

Please sign in to comment.