From 97943549d5f9c515f2a7c67682ec753002950b35 Mon Sep 17 00:00:00 2001 From: usa Date: Wed, 31 Aug 2005 02:37:15 +0000 Subject: * test/gdbm/test_gdbm.rb (teardown): should remove GDBM temporary file. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9059 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- test/gdbm/test_gdbm.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/gdbm/test_gdbm.rb b/test/gdbm/test_gdbm.rb index 74223b0..f4a6bfb 100644 --- a/test/gdbm/test_gdbm.rb +++ b/test/gdbm/test_gdbm.rb @@ -42,8 +42,8 @@ if defined? GDBM ObjectSpace.each_object(GDBM) do |obj| obj.close unless obj.closed? end - File.delete *Dir.glob("tmptest_gdbm*").to_a - p Dir.glob("tmptest_gdbm*") if $DEBUG + File.delete *Dir.glob("*tmptest_gdbm*").to_a + p Dir.glob("*tmptest_gdbm*") if $DEBUG end def check_size(expect, gdbm=@gdbm) -- cgit v1.1