From: Jarkko Hietaniemi Date: Sat, 12 Jan 2002 01:43:48 +0000 (+0000) Subject: Garbage collection. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=26d793c1e7db50b3a71c7321e4ad69ec17847520;p=p5sagit%2Fp5-mst-13.2.git Garbage collection. p4raw-id: //depot/perl@14204 --- diff --git a/t/run/kill_perl.t b/t/run/kill_perl.t index cf32e4b..3ee2831 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 ; print "ok\n"; }