summaryrefslogtreecommitdiff
path: root/dist/Tie-File
diff options
context:
space:
mode:
authorDavid Mitchell <davem@iabyn.com>2020-02-03 12:15:54 +0000
committerDavid Mitchell <davem@iabyn.com>2020-02-03 12:15:54 +0000
commit8cd4023b92c9f4adc9ce9789c8c8d95f71be7932 (patch)
treef6604f033b62bbdcd03440d5249806fcfa82351a /dist/Tie-File
parent41eecd54c335a0342b04dbea635695db80579946 (diff)
downloadperl-8cd4023b92c9f4adc9ce9789c8c8d95f71be7932.tar.gz
Tie::File: use unique tmp filename in 29a_upcopy.t
This is a followup to v5.31.7-92-g0a1552bada which made each Tie::File test script use a separate prefix for its test file names. However, there are two test files with prefixes 29_ and 29a_, and that commit made them both use "29" for the temp file. Make it "29a" instead.
Diffstat (limited to 'dist/Tie-File')
-rw-r--r--dist/Tie-File/t/29a_upcopy.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/Tie-File/t/29a_upcopy.t b/dist/Tie-File/t/29a_upcopy.t
index f23fa47537..73ae3df9c9 100644
--- a/dist/Tie-File/t/29a_upcopy.t
+++ b/dist/Tie-File/t/29a_upcopy.t
@@ -10,7 +10,7 @@
# but the source and destination regions may overlap.)
-my $file = "tf29-$$.txt";
+my $file = "tf29a-$$.txt";
print "1..55\n";