Home
last modified time | relevance | path

Searched refs:TESTFILE (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/perl/t/base/
H A Drs.t13 open TESTFILE, ">./foo" or die "error $! $^E opening";
14 binmode TESTFILE;
15 print TESTFILE $teststring;
16 close TESTFILE or die "error $! $^E closing";
19 open TESTFILE, "<./foo";
20 binmode TESTFILE;
21 test_string(*TESTFILE);
22 close TESTFILE;
27 open TESTFILE, ">./foo";
28 print TESTFILE
[all...]
/openbsd-src/gnu/usr.bin/perl/
H A Druntests.SH74 if test X"$TESTFILE" = X; then
75 TESTFILE=TEST
96 ./perl$_exe \$TESTFILE \$TEST_ARGS \$TEST_FILES </dev/tty
98 PERL_SKIP_TTY_TEST=1 ./perl$_exe \$TESTFILE \$TEST_ARGS \$TEST_FILES
/openbsd-src/gnu/usr.bin/perl/os2/
H A DMakefile.SHs351 -PERL=./perl_ $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
357 -PERL=./perl_sys $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
363 -PERL=./perl_stat $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
369 -PERL=./perl_stat_aout $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
375 -PERL=./perl___ $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
380 -PERL=./perl $(MAKE) TESTFILE=harness _test $(REDIR_TEST)
/openbsd-src/regress/usr.bin/cvs/
H A DMakefile21 TESTFILE= $(CVS_SERVER) macro
23 TESTFILE= cvs macro
26 TESTFILE= ${CVS:T} macro
250 ${DIFF} - ${.CURDIR}/test_${TESTFILE}_import_01_seed1.txt,v
/openbsd-src/regress/lib/libz/
H A Dexample.c17 # define TESTFILE "foo-gz" macro
19 # define TESTFILE "foo.gz" macro
525 test_gzio((argc > 1 ? argv[1] : TESTFILE), in main()