diff options
author | Tony Cook <tony@develop-help.com> | 2015-08-13 15:40:32 +1000 |
---|---|---|
committer | Tony Cook <tony@develop-help.com> | 2015-08-13 15:40:32 +1000 |
commit | 9d16830f95e0a4120910cd786e9a1dd3a17bcd06 (patch) | |
tree | a6910a6060498a12126eca93e1f024f4a8f92980 | |
parent | 8764ee632ebcddc73e4e8d0f1cf1a48ac82ec87c (diff) | |
download | perl-9d16830f95e0a4120910cd786e9a1dd3a17bcd06.tar.gz |
avoid unnecessary noise from lib/h2xs.t
-rw-r--r-- | lib/h2xs.t | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/h2xs.t b/lib/h2xs.t index d10ce75c1c..25502dadd1 100644 --- a/lib/h2xs.t +++ b/lib/h2xs.t @@ -72,7 +72,7 @@ my $thisversion = sprintf "%vd", $^V; $thisversion =~ s/^v//; # If this test has failed previously a copy may be left. -rmtree($name); +rmtree($name) if -e $name; my @tests = ( "-f -n $name", $], <<"EOXSFILES", |