X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=t%2FTEST;h=1329205b0c2a3bca51f20a3146b5be094d2abdab;hb=ec3f2d8be8ce8cf45558045599c51ca3f4d57e3e;hp=3d8aa719e6e9d0f5d30fc4b6034cafdb1fb94d37;hpb=63306b94014e0583ae5d90e08bb1efacbb000e46;p=p5sagit%2Fp5-mst-13.2.git diff --git a/t/TEST b/t/TEST index 3d8aa71..1329205 100755 --- a/t/TEST +++ b/t/TEST @@ -321,11 +321,11 @@ EOT } if ($ENV{PERL_3LOG}) { my $tpp = $test; - $tpp =~ s:^../::; - if ($tpp =~ m:/:) { $tpp =~ s:/:_:g } else { $tpp = "op_$tpp" } - $tpp =~ s:\.t$::; - rename("perl.3log", "perl.3log.$tpp") || - die "rename: perl3.log to perl.3log.$tpp: $!\n"; + $tpp =~ s:^\.\./::; + $tpp =~ s:/:_:g; + $tpp =~ s:\.t$:.3log:; + rename("perl.3log", $tpp) || + die "rename: perl3.log to $tpp: $!\n"; } $next = $next - 1; # test if the compiler compiled something