Searched refs:test_executable (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/
H A DTEST235 my $test_executable; # for 'compile' tests
302 $test_executable = "$test.exe";
308 open HACK, '.\\perl $pl2c $test_executable |';
311 open HACK, '$test_executable |';
318 $test_executable = "$test.plc";
319 $compile = "./perl $pl2c $test_executable && $test_executable |";
321 unlink $test_executable if -f $test_executable;
435 if( $type eq 'compile' && !-e "$test_executable" ) {
[all...]

Completed in 20 milliseconds