mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
wait a process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
8caba237da
commit
9229d998b5
1 changed files with 1 additions and 0 deletions
|
@ -456,6 +456,7 @@ class TestRubyOptions < Test::Unit::TestCase
|
|||
m.print("abc\n\C-d")
|
||||
m.print("zzz\n")
|
||||
result = r.read
|
||||
Process.wait pid
|
||||
}
|
||||
}
|
||||
assert_equal("\"zzz\\n\"\n", result, '[ruby-core:30910]')
|
||||
|
|
Loading…
Reference in a new issue