mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Update to ruby/spec@c4170a3
This commit is contained in:
parent
f02d2f82bf
commit
ddb1736bfc
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ describe "Kernel#`" do
|
|||
|
||||
platform_is_not :windows do
|
||||
it "handles invalid UTF-8 bytes in command" do
|
||||
`echo "testing\xC2 a non UTF-8 string"`.should == "testing\xC2 a non UTF-8 string\n"
|
||||
`echo "testing\xC2 a non UTF-8 string"`.b.should == "testing\xC2 a non UTF-8 string\n".b
|
||||
end
|
||||
|
||||
it "sets $? to the exit status of the executed sub-process" do
|
||||
|
|
Loading…
Reference in a new issue