summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 14:30:05 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-04-03 14:30:05 +0000
commit5c67392c958aef7c639d04cd7d86eb923f5083c9 (patch)
tree67b6274bc69607326b3eb83ab3666e24da16f2df /test
parent995d212a64ccf25d4a117e5413d03dfdfbb71752 (diff)
* test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test')
-rw-r--r--test/mkmf/base.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/mkmf/base.rb b/test/mkmf/base.rb
index 9841aa3e48..c339377b13 100644
--- a/test/mkmf/base.rb
+++ b/test/mkmf/base.rb
@@ -110,7 +110,6 @@ class TestMkmf < Test::Unit::TestCase
FileUtils.rm_f("mkmf.log")
Dir.chdir(@curdir)
FileUtils.rm_rf(@tmpdir)
- assert_empty(Dir.glob("conftest*") - %w[. ..])
end
def mkmf(*args, &block)