From b2ca2c58f15948629f16ccd763e70fcd5f85a124 Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 27 Jan 2013 13:13:12 +0000 Subject: 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 --- test/ruby/test_system.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby/test_system.rb') diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index b877538de8..db19a3c2cd 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -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 -- cgit v1.2.3