aboutsummaryrefslogtreecommitdiffstats
path: root/test/mkmf/base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/mkmf/base.rb')
-rw-r--r--test/mkmf/base.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mkmf/base.rb b/test/mkmf/base.rb
index 54f2e7a6be..9841aa3e48 100644
--- a/test/mkmf/base.rb
+++ b/test/mkmf/base.rb
@@ -107,8 +107,10 @@ class TestMkmf < Test::Unit::TestCase
}
Logging.quiet = @quiet
Logging.log_close
+ FileUtils.rm_f("mkmf.log")
Dir.chdir(@curdir)
FileUtils.rm_rf(@tmpdir)
+ assert_empty(Dir.glob("conftest*") - %w[. ..])
end
def mkmf(*args, &block)