summaryrefslogtreecommitdiff
path: root/test/mkmf
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 17:16:21 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-23 17:16:21 +0000
commitc09287bdaa025382982cc9881d6dd936bc06a5c9 (patch)
treecb760ead85b3b931cfaaa116666538d5265c10a5 /test/mkmf
parent668f6c7bc64e815ed6577308c3287a871c03da49 (diff)
* test/mkmf/test_have_macro.rb: remove temporally files in the tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39889 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/mkmf')
-rw-r--r--test/mkmf/test_have_macro.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/mkmf/test_have_macro.rb b/test/mkmf/test_have_macro.rb
index 735a57c093..5ee953c68f 100644
--- a/test/mkmf/test_have_macro.rb
+++ b/test/mkmf/test_have_macro.rb
@@ -16,6 +16,7 @@ class TestMkmf
tmp.close
base = File.basename(tmp.path)
assert_equal(true, have_macro(MACRO_NAME, base, "-I."), MKMFLOG)
+ tmp.close(true)
end
end
@@ -29,6 +30,7 @@ class TestMkmf
tmp.close
base = File.basename(tmp.path)
assert_equal(false, have_macro(MACRO_NAME, base, "-I."), MKMFLOG)
+ tmp.close(true)
end
end
end