summaryrefslogtreecommitdiff
path: root/test/fixtures/destroy-stdin.js
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-12-06 21:53:52 +0100
committerBen Noordhuis <info@bnoordhuis.nl>2011-12-06 22:02:26 +0100
commit70bc2e32af8a0215b5e1e4e83fb1c00a457cf663 (patch)
tree796c0026a28314ccb68e77c7acb156a1d5b672df /test/fixtures/destroy-stdin.js
parent23bb5986d4c97dde538622283864b3eed23493d8 (diff)
downloadandroid-node-v8-70bc2e32af8a0215b5e1e4e83fb1c00a457cf663.tar.gz
android-node-v8-70bc2e32af8a0215b5e1e4e83fb1c00a457cf663.tar.bz2
android-node-v8-70bc2e32af8a0215b5e1e4e83fb1c00a457cf663.zip
test: new test, verify that we don't close and reuse fd 0
Diffstat (limited to 'test/fixtures/destroy-stdin.js')
-rw-r--r--test/fixtures/destroy-stdin.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/fixtures/destroy-stdin.js b/test/fixtures/destroy-stdin.js
new file mode 100644
index 0000000000..12b12fb026
--- /dev/null
+++ b/test/fixtures/destroy-stdin.js
@@ -0,0 +1 @@
+process.stdin.destroy();