From 904404aca04ad3587920b1a90628a8343bf930f5 Mon Sep 17 00:00:00 2001 From: nahi Date: Sat, 6 Sep 2003 17:27:58 +0000 Subject: * test/ruby/test_*.rb: assert_same, assert_match, and so on. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@4526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/ruby/test_system.rb | 1 - 1 file changed, 1 deletion(-) (limited to 'test/ruby/test_system.rb') diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb index 6865515d4..a3da43459 100644 --- a/test/ruby/test_system.rb +++ b/test/ruby/test_system.rb @@ -57,7 +57,6 @@ class TestSystem < Test::Unit::TestCase File.unlink "script_tmp" or `/bin/rm -f "script_tmp"` File.unlink "script_tmp.bak" or `/bin/rm -f "script_tmp.bak"` - $bad = false if (dir = File.dirname(File.dirname($0))) == '.' dir = "" else -- cgit