test tweak for VMS (from Craig A. Berry)
Gurusamy Sarathy [Fri, 3 Dec 1999 07:47:47 +0000 (07:47 +0000)]
p4raw-id: //depot/perl@4634

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];
 }