summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-05-15 06:57:26 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-05-15 06:57:26 +0000
commit32f89c243c0c38afa69e98a388712c0147bf0a40 (patch)
tree23506587235b297fe2bc1d50e13082ad9d55c52e /t
parent74d84cb043d04c4e98322e40ae1f76d04370809f (diff)
parent238ae7127bc19e64a92badbfc0a4b72cf6ded32b (diff)
downloadperl-32f89c243c0c38afa69e98a388712c0147bf0a40.tar.gz
Integrate mainline
p4raw-id: //depot/perlio@16607
Diffstat (limited to 't')
-rwxr-xr-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 9ac287a7f4..3d8aa719e6 100755
--- a/t/TEST
+++ b/t/TEST
@@ -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";