From c09287bdaa025382982cc9881d6dd936bc06a5c9 Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 23 Mar 2013 17:16:21 +0000 Subject: * 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 --- test/mkmf/test_have_macro.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/mkmf/test_have_macro.rb') 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 -- cgit v1.2.3