projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
e8d3aa3
)
tidy up the temp files left by peek tests on VMS
Peter Prymmer [Fri, 18 Aug 2000 17:54:10 +0000 (10:54 -0700)]
Message-ID: <Pine.OSF.4.10.
10008181751350
.322420-100000@aspara.forte.com>
cc: vmsperl@perl.org
p4raw-id: //depot/perl@6711
t/lib/peek.t
patch
|
blob
|
blame
|
history
diff --git
a/t/lib/peek.t
b/t/lib/peek.t
index
b51287a
..
7eed46d
100644
(file)
--- a/
t/lib/peek.t
+++ b/
t/lib/peek.t
@@
-308,5
+308,5
@@
do_test(17,
EGV = $ADDR\\t"a"');
END {
- unlink("peek$$");
+ 1 while unlink("peek$$");
}