Work on eliminating systematic failures on make minitest:
authorNicholas Clark <nick@ccl4.org>
Tue, 2 Mar 2004 22:02:36 +0000 (22:02 +0000)
committerNicholas Clark <nick@ccl4.org>
Tue, 2 Mar 2004 22:02:36 +0000 (22:02 +0000)
commit43651d81392f71a2868d35b75782d354b0139c90
tree7867f13e33750fe244b05a78c9455989b9214006
parent9acd3e2cb8772b6eb8d3f739a8401e73420609ba
Work on eliminating systematic failures on make minitest:
make minitest passes a -minitest flag to t/TEST
t/TEST sees this and sets $ENV{PERL_CORE_MINITEST}
Tests can choose to skip based on this.
(Other tactic is to make loading of Errno by %! happen at run time.)

p4raw-id: //depot/perl@22423
Makefile.SH
t/TEST
t/io/binmode.t
t/io/crlf.t
t/io/layers.t
t/io/open.t
t/io/print.t
t/io/read.t
t/op/magic.t