always agree with the plan()s
p4raw-id: //depot/perl@23894
=cut
-plan tests => 5 + 15 + 16 * $gOpts{selftest}; # pass()s + $#tests
+my $tests = 5 + 15 + 16 * $gOpts{selftest}; # pass()s + $#tests
+plan tests => $tests;
SKIP: {
- skip "no perlio in this build", 5 + 17 + 14 * $gOpts{selftest}
+ skip "no perlio in this build", $tests
unless $Config::Config{useperlio};
use OptreeCheck; # ALSO DOES @ARGV HANDLING !!!!!!
use Config;
-plan tests => 23;
+my $tests = 23;
+plan tests => $tests;
SKIP: {
-skip "no perlio in this build", 24 unless $Config::Config{useperlio};
+skip "no perlio in this build", $tests unless $Config::Config{useperlio};
$SIG{__WARN__} = sub {
my $err = shift;