summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-01-12 01:43:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-01-12 01:43:48 +0000
commit26d793c1e7db50b3a71c7321e4ad69ec17847520 (patch)
tree12477c8d8c22cd9eaff2e1ce6490042c20fa2b91 /t
parent5290524f8b52822096b01140005d681d126b507d (diff)
downloadperl-26d793c1e7db50b3a71c7321e4ad69ec17847520.tar.gz
Garbage collection.
p4raw-id: //depot/perl@14204
Diffstat (limited to 't')
-rw-r--r--t/run/kill_perl.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t
index cf32e4b5ce..3ee283149a 100644
--- a/t/run/kill_perl.t
+++ b/t/run/kill_perl.t
@@ -796,6 +796,7 @@ package main;
$test = Foo->new(); # must be package var
END
{
+ 1 while unlink 'dbmtest';
1 while unlink <dbmtest.*>;
print "ok\n";
}