From 5c7027d227f6c1517d6fd2767ad08b6c7e9fc3bf Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 1 Jan 2013 14:35:04 +0000 Subject: test_tmpdir.rb: remove tmpdir * test/test_tmpdir.rb (TestTmpdir#test_no_homedir): remove created tmpdir. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/test_tmpdir.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_tmpdir.rb b/test/test_tmpdir.rb index 61d3f60213..3bdce3542c 100644 --- a/test/test_tmpdir.rb +++ b/test/test_tmpdir.rb @@ -28,5 +28,6 @@ class TestTmpdir < Test::Unit::TestCase assert_match(/\A~/, File.basename(dir), bug7547) ensure ENV["HOME"] = home + Dir.rmdir(dir) if dir end end -- cgit v1.2.3