From: Gurusamy Sarathy Date: Fri, 3 Dec 1999 07:47:47 +0000 (+0000) Subject: test tweak for VMS (from Craig A. Berry) X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=3e0057efe0ecfa8a2ce5cf80276af07d2b2bc856;p=p5sagit%2Fp5-mst-13.2.git test tweak for VMS (from Craig A. Berry) p4raw-id: //depot/perl@4634 --- diff --git a/t/io/nargv.t b/t/io/nargv.t index f32e40d..fb13857 100755 --- a/t/io/nargv.t +++ b/t/io/nargv.t @@ -56,7 +56,7 @@ sub other { } sub mkfiles { - my @files = map { "scratch.$_" } @_; + my @files = map { "scratch$_" } @_; return wantarray ? @files : $files[-1]; }