зеркало из https://github.com/github/ruby.git
add a test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bff44ef4cd
Коммит
a29bdaf63f
|
@ -1446,4 +1446,10 @@ class TestProcess < Test::Unit::TestCase
|
|||
}
|
||||
end if File.executable?("/bin/sh")
|
||||
|
||||
def test_sh_exec
|
||||
IO.popen("exec echo exexexec") {|f|
|
||||
assert_equal("exexexec\n", f.read)
|
||||
}
|
||||
end if File.executable?("/bin/sh")
|
||||
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче