Michael G. Schwern [Thu, 8 Nov 2001 22:05:49 +0000 (17:05 -0500)]
Message-Id: <
20011108220549.F5587@blackrider>
p4raw-id: //depot/perl@12914
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/.*\]//;