projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
ac24590
)
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
patch
|
blob
|
blame
|
history
diff --git
a/t/io/nargv.t
b/t/io/nargv.t
index
f32e40d
..
fb13857
100755
(executable)
--- 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];
}