* 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:
nobu 2010-11-05 03:23:10 +00:00
parent 1cf7194e0c
commit 6c9e95df88
3 changed files with 6 additions and 3 deletions

View file

@ -101,5 +101,5 @@ class TestSystem < Test::Unit::TestCase
}
assert_equal(true, system(tmpfilename), '[ruby-core:32745]')
}
end
end if File.executable?("/bin/sh")
end