This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl and vmsperl contents into mainline
[perl5.git] / t / lib / dprof.t
index 97e42bf..4d6f782 100755 (executable)
@@ -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';
@@ -72,3 +76,5 @@ while( @tests ){
                verify $test;
        }
 }
+
+unlink("tmon.out");