mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 18:43:59 +02:00
* test/ruby/test_{process,system}.rb (test_fallback_to_sh):
meaningless and wrong tests where /bin/sh does not exist. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1cf7194e0c
commit
6c9e95df88
3 changed files with 6 additions and 3 deletions
|
@ -1233,5 +1233,5 @@ class TestProcess < Test::Unit::TestCase
|
|||
result = IO.popen(["./tmp_script.#{$$}", "a b", "c"]) {|f| f.read}
|
||||
assert_equal("2: a b c\n", result, feature)
|
||||
end
|
||||
end
|
||||
end if File.executable?("/bin/sh")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue