mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@a585ec3
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@62931 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
6c2b589865
commit
9245e097ec
7 changed files with 108 additions and 64 deletions
|
@ -26,7 +26,7 @@ describe :process_spawn_does_not_close_std_streams, shared: true do
|
|||
code = "STDERR.puts 'hello'"
|
||||
cmd = "Process.wait Process.spawn(#{ruby_cmd(code).inspect}, #{@options.inspect})"
|
||||
ruby_exe(cmd, args: "2> #{@output}")
|
||||
File.binread(@output).should == "hello#{newline}"
|
||||
File.binread(@output).should =~ /hello#{newline}/
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue