summaryrefslogtreecommitdiff
path: root/ext/File-Glob/t/threads.t
diff options
context:
space:
mode:
Diffstat (limited to 'ext/File-Glob/t/threads.t')
-rw-r--r--ext/File-Glob/t/threads.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/File-Glob/t/threads.t b/ext/File-Glob/t/threads.t
index 141450ac7c..03f00ceb63 100644
--- a/ext/File-Glob/t/threads.t
+++ b/ext/File-Glob/t/threads.t
@@ -28,7 +28,7 @@ use File::Glob qw(csh_glob);
my($dir) = tempdir(CLEANUP => 1)
or die "Could not create temporary directory";
-my @temp_files = qw(1_file 2_file 3_file);
+my @temp_files = qw(1_file.tmp 2_file.tmp 3_file.tmp);
for my $file (@temp_files) {
open my $fh, ">", File::Spec->catfile($dir, $file)
or die "Could not create file $dir/$file: $!";