p4raw-id: //depot/perl@34183
print "1..0 # Skip: no fork\n";
exit 0;
}
+ require './test.pl'
}
-use Test;
-
plan tests => 17;
my $STDOUT = './results-0';
sub try {
my ($success, $reason) = runperl(@_);
$reason =~ s/\n/\\n/g if defined $reason;
- ok( !!$success, 1, $reason );
+ local $::Level = $::Level + 1;
+ ok( $success, $reason );
}
# PERL5OPT Command-line options (switches). Switches in