From: John Tobey Date: Mon, 23 Aug 1999 02:10:11 +0000 (-0400) Subject: Re: [PATCH 5.005_60] distclean forgot two X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=70b836b3382eb7716d0521fb899bbe926900650d;p=p5sagit%2Fp5-mst-13.2.git Re: [PATCH 5.005_60] distclean forgot two To: ilya@math.ohio-state.edu CC: perl5-porters@perl.org Message-Id: p4raw-id: //depot/cfgperl@4067 --- diff --git a/t/lib/dprof.t b/t/lib/dprof.t index 9374151..4d6f782 100755 --- a/t/lib/dprof.t +++ b/t/lib/dprof.t @@ -5,6 +5,10 @@ BEGIN { unshift @INC, '../lib'; } +END { + unlink 'tmon.out', 'err'; +} + use Benchmark qw( timediff timestr ); use Getopt::Std 'getopts'; use Config '%Config';