projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57e69e5
)
VMS test.com running in wrong order?
author
Michael G. Schwern
<schwern@pobox.com>
Thu, 8 Nov 2001 22:05:49 +0000
(17:05 -0500)
committer
Abhijit Menon-Sen
<ams@wiw.org>
Fri, 9 Nov 2001 14:05:12 +0000
(14:05 +0000)
Message-Id: <
20011108220549
.F5587@blackrider>
p4raw-id: //depot/perl@12914
vms/test.com
patch
|
blob
|
history
diff --git
a/vms/test.com
b/vms/test.com
index
372ed74
..
e2b9503
100644
(file)
--- a/
vms/test.com
+++ b/
vms/test.com
@@
-144,7
+144,7
@@
if (lc($ARGV[0]) eq '-v') {
chdir 't' if -f 't/TEST';
if ($ARGV[0] eq '') {
- foreach (<[
-.ext...]*.t>, <[-.lib...]*.t>, <[.*
]*.t>) {
+ foreach (<[
.*]*.t>, <[-.ext...]*.t>, <[-.lib...
]*.t>) {
$_ = File::Spec->abs2rel($_);
s/\[([a-z]+)/[.$1/; # hmm, abs2rel doesn't do subdirs of the cwd
($fname = $_) =~ s/.*\]//;