summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-tty-stdin-call-end.js
blob: e3c3fd9af469ba132e17ac5c4615a27c5fa9acf3 (plain)
1
2
3
4
5
6
7
8
'use strict';

require('../common');

// This tests verifies that process.stdin.end() does not
// crash the process with ENOTCONN

process.stdin.end();