diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-15 06:57:26 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-05-15 06:57:26 +0000 |
commit | 32f89c243c0c38afa69e98a388712c0147bf0a40 (patch) | |
tree | 23506587235b297fe2bc1d50e13082ad9d55c52e /t | |
parent | 74d84cb043d04c4e98322e40ae1f76d04370809f (diff) | |
parent | 238ae7127bc19e64a92badbfc0a4b72cf6ded32b (diff) | |
download | perl-32f89c243c0c38afa69e98a388712c0147bf0a40.tar.gz |
Integrate mainline
p4raw-id: //depot/perlio@16607
Diffstat (limited to 't')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -322,7 +322,7 @@ EOT if ($ENV{PERL_3LOG}) { my $tpp = $test; $tpp =~ s:^../::; - $tpp =~ s:/:_:g; + 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"; |