test: `stdin` isn't closed after `resume()` and `pause()`
authorMaciej Małecki <maciej.malecki@notimplemented.org>
Mon, 24 Oct 2011 23:57:43 +0000 (01:57 +0200)
committerBen Noordhuis <info@bnoordhuis.nl>
Mon, 21 Nov 2011 11:34:19 +0000 (12:34 +0100)
commit3f862cf1795fb69378489e24ea6f69cbe9897b72
tree63ccd433d73feff14ac0b6dea7a13955303abf1e
parent585936157c796b0d446cdf68ce753c09b2799638
test: `stdin` isn't closed after `resume()` and `pause()`

This works on `node v0.4.12`, but doesn't work on `node v0.6.2`
test/simple/test-stdin-resume-pause.js [new file with mode: 0644]