From: Rafael Garcia-Suarez Date: Tue, 21 Jun 2005 12:12:10 +0000 (+0000) Subject: Cleanup after this test X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=668825592272d9b757847b1a84b8de3cb1b3540b;p=p5sagit%2Fp5-mst-13.2.git Cleanup after this test p4raw-id: //depot/perl@24923 --- diff --git a/lib/Archive/Tar/t/02_methods.t b/lib/Archive/Tar/t/02_methods.t index 20e37b4..d8c0ae9 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 ###