aboutsummaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-stdout-read.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/pseudo-tty/test-stdout-read.js')
-rw-r--r--test/pseudo-tty/test-stdout-read.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/pseudo-tty/test-stdout-read.js b/test/pseudo-tty/test-stdout-read.js
new file mode 100644
index 0000000000..90f017ed77
--- /dev/null
+++ b/test/pseudo-tty/test-stdout-read.js
@@ -0,0 +1,3 @@
+'use strict';
+const common = require('../common');
+process.stderr.on('data', common.mustCall(console.log));