test_system.rb: commit miss
* test/ruby/test_system.rb (TestSystem#test_system_redirect_win): fix intentional failure left carelessly. [Bug #7482] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d10cea5010
commit
b2ca2c58f1
@ -141,7 +141,7 @@ class TestSystem < Test::Unit::TestCase
|
||||
cmd = "\"%WINDIR%/system32/find.exe\" \"BFI3CHL671\" input.txt > out.txt 2>err.txt"
|
||||
assert_equal(true, system(cmd), message)
|
||||
cmd = "\"%WINDIR%/system32/find.exe BFI3CHL671\" input.txt > out.txt 2>err.txt"
|
||||
assert_equal(true, system(cmd), message)
|
||||
assert_equal(false, system(cmd), message)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user