Home
last modified time | relevance | path

Searched refs:test_prog (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/libexec/ld.so/
H A DMakefile78 test_prog= test-$(PROG) macro
83 $(test_prog):
87 $(PROG): $(test_prog) ${VERSION_SCRIPT} $(OBJS) ${LD_SCRIPT}
115 ld.so.a: ${OBJS} ${.CURDIR}/Symbols.map ${test_prog} ${LD_SCRIPT}
/openbsd-src/regress/bin/ksh/
H A Dth211 $test_prog = $opt_p;
263 $test_prog = "$pwd/$test_prog" if substr($test_prog, 0, 1) ne '/';
264 die "$prog: $test_prog is not executable - bye\n"
265 if (! -x $test_prog && $os ne 'os2');
475 $ENV{'PROG'} = $test_prog;
504 @argv = split(' ', $test_prog);
506 @argv = ($test_prog);
515 print STDERR "$prog: couldn't execute $test_prog - $!\n";
/openbsd-src/gnu/usr.bin/perl/t/io/
H A Derrno.t15 my $test_prog = 'undef $!;while(<>){print}; print $!';
40 is( runperl( prog => "$rs_code; $test_prog",
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Harness/lib/TAP/
H A DHarness.pm806 my $test_prog = $job->filename;
815 $args{spool} = $self->_open_spool($test_prog);
823 ? $exec->( $self, $test_prog )
824 : [ @$exec, $test_prog ];
826 $args{source} = $test_prog;
833 $args{source} = $test_prog;