projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
39713df
)
Cleanup after this test
Rafael Garcia-Suarez [Tue, 21 Jun 2005 12:12:10 +0000 (12:12 +0000)]
p4raw-id: //depot/perl@24923
lib/Archive/Tar/t/02_methods.t
patch
|
blob
|
blame
|
history
diff --git
a/lib/Archive/Tar/t/02_methods.t
b/lib/Archive/Tar/t/02_methods.t
index
20e37b4
..
d8c0ae9
100644
(file)
--- a/
lib/Archive/Tar/t/02_methods.t
+++ b/
lib/Archive/Tar/t/02_methods.t
@@
-89,6
+89,8
@@
copy( File::Basename::basename($0), 'copy' );
my $COMPRESS_FILE = 'copy';
chmod 0644, $COMPRESS_FILE;
+END { unlink $COMPRESS_FILE; }
+
### done setting up environment ###