This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
For-non-perlio places we need STDOUT back.
[perl5.git] / t / io / nargv.t
index f32e40d..fb13857 100755 (executable)
@@ -56,7 +56,7 @@ sub other {
 }
 
 sub mkfiles {
-    my @files = map { "scratch.$_" } @_;
+    my @files = map { "scratch$_" } @_;
     return wantarray ? @files : $files[-1];
 }