1 eval '(exit $?0)' && eval 'exec perl -S $0 ${1+"$@"}'
2 & eval 'exec perl -S $0 $argv:q'
7 use lib
"$ENV{'ACE_ROOT'}/bin";
8 use PerlACE
::TestTarget
;
10 my $target= PerlACE
::TestTarget
::create_target
(1) || die "Create target 1 failed\n";
11 my $theTest= $target->CreateProcess ("Bug_3674_Regression", "");
12 my $status= $theTest->SpawnWaitKill ($target->ProcessStartWaitInterval());
14 print STDERR
"ERROR: theTest failed with status = $status\n";