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]')