From 668825592272d9b757847b1a84b8de3cb1b3540b Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Tue, 21 Jun 2005 12:12:10 +0000 Subject: Cleanup after this test p4raw-id: //depot/perl@24923 --- lib/Archive/Tar/t/02_methods.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Archive/Tar/t/02_methods.t b/lib/Archive/Tar/t/02_methods.t index 20e37b4d22..d8c0ae950d 100644 --- 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 ### -- cgit v1.2.1