summaryrefslogtreecommitdiff
path: root/test/ruby/test_rubyoptions.rb
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 17:16:20 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-08-11 17:16:20 +0000
commit9229d998b579bc6b0a72fb3b2b44c66bac2e7062 (patch)
tree9f355494f23338419c15e6afa063d11d9bdaa182 /test/ruby/test_rubyoptions.rb
parent8caba237da7f03af9bdb992106f34c54c76ad753 (diff)
wait a process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28967 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_rubyoptions.rb')
-rw-r--r--test/ruby/test_rubyoptions.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_rubyoptions.rb b/test/ruby/test_rubyoptions.rb
index 5cb300991d..45732d627e 100644
--- a/test/ruby/test_rubyoptions.rb
+++ b/test/ruby/test_rubyoptions.rb
@@ -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]')