mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
mkmf/base.rb: clean up tmpdir
* test/mkmf/base.rb (TestMkmf#assert_separately): call teardown to clean up temporary directory. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49835 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
36ba828dac
commit
f6ed283fd5
1 changed files with 1 additions and 1 deletions
|
@ -135,6 +135,6 @@ class TestMkmf
|
|||
include TestMkmf::Base
|
||||
|
||||
def assert_separately(args, src, *rest)
|
||||
super(args + ["-r#{__FILE__}"], "extend TestMkmf::Base; setup\n#{src}", *rest)
|
||||
super(args + ["-r#{__FILE__}"], "extend TestMkmf::Base; setup\nEND{teardown}\n#{src}", *rest)
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue