[ SEA-GHOST MINI SHELL]

Path : /proc/2/cwd/proc/3/cwd/usr/share/doc/perl-Test-Simple-0.98/t/
FILE UPLOADER :
Current File : //proc/2/cwd/proc/3/cwd/usr/share/doc/perl-Test-Simple-0.98/t/filehandles.t

#!perl -w

BEGIN {
    if( $ENV{PERL_CORE} ) {
        chdir 't';
        @INC = ('../lib', 'lib');
    }
}

use lib 't/lib';
use Test::More tests => 1;
use Dev::Null;

tie *STDOUT, "Dev::Null" or die $!;

print "not ok 1\n";     # this should not print.
pass 'STDOUT can be mucked with';


SEA-GHOST - SHELL CODING BY SEA-GHOST