summaryrefslogtreecommitdiff
path: root/t/lib
diff options
context:
space:
mode:
authorJohn Tobey <jtobey@john-edwin-tobey.org>1999-08-22 22:10:11 -0400
committerJarkko Hietaniemi <jhi@iki.fi>1999-09-01 23:17:06 +0000
commit70b836b3382eb7716d0521fb899bbe926900650d (patch)
tree5ee3b1edc2eb00280cfc658cc4d4801a1208ab18 /t/lib
parentd493b042f9961908e4bd0039eb1241e646536179 (diff)
downloadperl-70b836b3382eb7716d0521fb899bbe926900650d.tar.gz
Re: [PATCH 5.005_60] distclean forgot two
To: ilya@math.ohio-state.edu CC: perl5-porters@perl.org Message-Id: <m11InJ5-000FPCC@feynman.localnet> p4raw-id: //depot/cfgperl@4067
Diffstat (limited to 't/lib')
-rwxr-xr-xt/lib/dprof.t4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/lib/dprof.t b/t/lib/dprof.t
index 9374151353..4d6f7823c3 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';