diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-17 01:07:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-17 01:07:09 +0000 |
commit | 9c54ecba7457fac2086e82080f77bd0f3d789ac3 (patch) | |
tree | 80c63b07fb1c68dc98714576b486b5988d4f859c /t/TEST | |
parent | 591022fb18ce8ae85902133bbbfe8e1de05216b1 (diff) | |
download | perl-9c54ecba7457fac2086e82080f77bd0f3d789ac3.tar.gz |
Third Degree tweaks.
p4raw-id: //depot/perl@16639
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -321,11 +321,10 @@ EOT } if ($ENV{PERL_3LOG}) { my $tpp = $test; - $tpp =~ s:^../::; - if ($tpp =~ m:/:) { $tpp =~ s:/:_:g } else { $tpp = "op_$tpp" } + $tpp =~ s:/:_:g; $tpp =~ s:\.t$::; - rename("perl.3log", "perl.3log.$tpp") || - die "rename: perl3.log to perl.3log.$tpp: $!\n"; + rename("perl.3log", "$tpp.3log") || + die "rename: perl3.log to $tpp.3log: $!\n"; } $next = $next - 1; # test if the compiler compiled something |