summaryrefslogtreecommitdiff
path: root/t/io/nargv.t
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1999-12-03 07:47:47 +0000
committerGurusamy Sarathy <gsar@cpan.org>1999-12-03 07:47:47 +0000
commit3e0057efe0ecfa8a2ce5cf80276af07d2b2bc856 (patch)
tree2b4e58ce2eaffe8ea189e0f54204f8c4c34a6fd4 /t/io/nargv.t
parentac24590488897cdddadc7d5dc2093ef6e2b14abd (diff)
downloadperl-3e0057efe0ecfa8a2ce5cf80276af07d2b2bc856.tar.gz
test tweak for VMS (from Craig A. Berry)
p4raw-id: //depot/perl@4634
Diffstat (limited to 't/io/nargv.t')
-rwxr-xr-xt/io/nargv.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/io/nargv.t b/t/io/nargv.t
index f32e40d6ee..fb13857618 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];
}