[ 23318]
Update the skips for the no perlio case
p4raw-link: @23318 on //depot/maint-5.8/perl:
cacd0da5c2bc20390f0d85d7dcca7be08a68b40d
p4raw-id: //depot/perl@23319
p4raw-integrated: from //depot/maint-5.8/perl@23300 'copy in'
ext/B/t/showlex.t (@23288..) ext/B/t/optree_check.t
ext/B/t/optree_concise.t (@23290..)
plan tests => 5 + 18 + 14 * $gOpts{selftest}; # fudged
SKIP: {
- skip "no perlio in this build", 5 + 19 + 14 * $gOpts{selftest}
+ skip "no perlio in this build", 5 + 18 + 14 * $gOpts{selftest}
unless $Config::Config{useperlio};
plan tests => 23;
SKIP: {
-skip "no perlio in this build", 24 unless $Config::Config{useperlio};
+skip "no perlio in this build", 23 unless $Config::Config{useperlio};
$SIG{__WARN__} = sub {
my $err = shift;
print $out if $verbose;
+SKIP: {
+ skip "no perlio in this build", 5
+ unless $Config::Config{useperlio};
+
our $buf = 'arb startval';
my $ak = B::Showlex::walk_output (\$buf);
print $buf if $verbose;
+
+}