projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5290524
)
Garbage collection.
Jarkko Hietaniemi [Sat, 12 Jan 2002 01:43:48 +0000 (
01:43
+0000)]
p4raw-id: //depot/perl@14204
t/run/kill_perl.t
patch
|
blob
|
blame
|
history
diff --git
a/t/run/kill_perl.t
b/t/run/kill_perl.t
index
cf32e4b
..
3ee2831
100644
(file)
--- 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";
}