mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* bootstraptest/test_io.rb: test for [ruby-dev:38131].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
ff8681ba57
commit
d222c7533c
1 changed files with 6 additions and 0 deletions
|
@ -92,3 +92,9 @@ assert_normal_exit %q{
|
|||
r1.close; w1.close
|
||||
}, '', ["INT"] or break
|
||||
end
|
||||
|
||||
assert_normal_exit %q{
|
||||
r, w = IO.pipe
|
||||
STDOUT.reopen(w)
|
||||
STDOUT.reopen(__FILE__, "r")
|
||||
}, '[ruby-dev:38131]'
|
||||
|
|
Loading…
Reference in a new issue