Craig A. Berry [Mon, 19 Feb 2001 23:36:12 +0000 (17:36 -0600)]
Message-Id: <5.0.2.1.0.
20010219230450.02762648@exchi01>
Case-forgiving systems match TestInit.pm with TES*.
p4raw-id: //depot/perl@8849
);
# Working on t/TEST often causes this test to fail because it sees temp
-# and RCS files. Filter them out.
-@a = grep !/(,v$|~$)/, @a;
+# and RCS files. Filter them out, and .pm files too.
+@a = grep !/(,v$|~$|\.pm$)/, @a;
unless (@a == 3
and $a[0] eq ($^O eq 'VMS'? 'test.' : 'TEST')