summaryrefslogtreecommitdiff
path: root/test/ruby/test_system.rb
diff options
context:
space:
mode:
authornahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-06 17:27:58 +0000
committernahi <nahi@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-09-06 17:27:58 +0000
commita7357c196559f3181e359662d92cb06d7b18e3cb (patch)
tree449e30f756b8267489357d3241fbf517c01d4f6c /test/ruby/test_system.rb
parentd7c5b0518a91b9e636f441c9488d749c435e2247 (diff)
* test/ruby/test_*.rb: assert_same, assert_match, and so on.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/ruby/test_system.rb')
-rw-r--r--test/ruby/test_system.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/ruby/test_system.rb b/test/ruby/test_system.rb
index 6865515d44..a3da43459f 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