From ddb1736bfc0cc65351bc52c150b85baf45871870 Mon Sep 17 00:00:00 2001 From: Benoit Daloze Date: Fri, 27 Nov 2020 15:47:17 +0100 Subject: Update to ruby/spec@c4170a3 --- spec/ruby/core/kernel/backtick_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec') diff --git a/spec/ruby/core/kernel/backtick_spec.rb b/spec/ruby/core/kernel/backtick_spec.rb index 045bb598cd..834d5636c1 100644 --- a/spec/ruby/core/kernel/backtick_spec.rb +++ b/spec/ruby/core/kernel/backtick_spec.rb @@ -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 -- cgit v1.2.3