Skip to content

Commit c72ae27

Browse files
committed
test-tls-securepair-server: don't shutdown stdout
1 parent 8b9dbda commit c72ae27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/simple/test-tls-securepair-server.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ server.listen(common.PORT, function() {
117117
}
118118
});
119119

120-
client.stdout.pipe(process.stdout);
120+
client.stdout.pipe(process.stdout, { end: false });
121121

122122
client.on('exit', function(code) {
123123
opensslExitCode = code;

0 commit comments

Comments
 (0)