Craig A. Berry [Fri, 28 Sep 2001 16:24:51 +0000 (11:24 -0500)]
# Working on t/TEST often causes this test to fail because it sees Emacs temp
# and RCS files. Filter them out, and .pm files too, and patch temp files.
@a = grep !/(,v$|~$|\.(pm|ori?g|rej)$)/, @a;
+@a = (grep !/test.pl/, @a) if $^O eq 'VMS';
print "# @a\n";
and $a[1] eq 'a'
and $a[2] eq 'b')
{
- print "not ok 8 # @a";
+ print "not ok 8 # @a\n";
} else {
print "ok 8\n";
}