Home
last modified time | relevance | path

Searched refs:testdir (Results 1 – 25 of 27) sorted by relevance

12

/netbsd-src/external/mpl/bind/dist/bin/tests/system/
H A Dstart.pl88 my $testdir = "$builddir/$test";
90 if (! -d $testdir) {
91 die "No test directory: \"$testdir\"\n";
94 if ($server_arg && ! -d "$testdir/$server_arg") {
95 die "No server directory: \"$testdir/$server_arg\"\n";
119 opendir DIR, $testdir or die "unable to read test directory: \"$test\" ($OS_ERROR)\n";
148 my $file = $testdir . "/" . $server . "/named.port";
202 chdir "$testdir/$server" or die "unable to chdir \"$testdir/$server\" ($OS_ERROR)\n";
217 chdir "$testdir";
[all...]
H A Dstop.pl61 my $testdir = "$builddir/$test";
63 if (! -d $testdir) {
64 die "No test directory: \"$testdir\"\n";
67 if ($server_arg && ! -d "$testdir/$server_arg") {
68 die "No server directory: \"$testdir/$server_arg\"\n";
87 opendir DIR, $testdir or die "unable to read test directory: \"$test\" ($OS_ERROR)\n";
137 return $testdir . "/" . $server . "/named.pid" if ($server =~ /^ns/);
138 return $testdir . "/" . $server . "/ans.pid" if ($server =~ /^ans/);
175 if (-e "$testdir/$server/named.ipv6-only") {
/netbsd-src/tests/usr.sbin/mtree/
H A Dt_mtree.sh379 mkdir testdir
380 cd testdir
422 mkdir testdir
424 touch testdir/bar
425 mtree -c -p testdir > mtree1.spec
431 rm -f testdir/bar
432 ln -s foo testdir/bar
434 chown -h operator testdir/bar
435 mtree -c -p testdir > mtree2.spec
/netbsd-src/external/historical/nawk/dist/testdir/
H A Dyc6 echo testdir/$i:
7 ind <testdir/$i
8 a.out -f testdir/$i >drek.c
11 cd testdir
H A DCompare.drek17 echo testdir/$i:
18 ind <testdir/$i
19 a.out -f testdir/$i >drek.c
22 cd testdir
/netbsd-src/tests/usr.bin/make/
H A Dt_make.sh43 local testdir="$(atf_get_srcdir)/unit-tests"
46 make -f "${testdir}/Makefile" "${makename}.out"
47 atf_check -o file:"${testdir}/${makename}.exp" cat "${makename}.out"
/netbsd-src/external/gpl2/gmake/dist/tests/
H A Dmkshadow48 ln -s "$suite" .testdir
51 ln -s .testdir/$f .
/netbsd-src/tests/lib/librumphijack/
H A Dt_tcpip.sh134 mkdir testdir
135 cd testdir
144 ls -li $(pwd)/testdir
146 ls -li $(pwd)/testdir
/netbsd-src/external/apache2/llvm/dist/clang/utils/
H A Dmake-ast-dump-check.sh39 testdir="$(dirname "$file")"
69 gsub("$testdir/", "{{.*}}", s)
/netbsd-src/usr.bin/xlint/lint1/
H A Dcheck-msgs.lua114 local testdir = "../../../tests/usr.bin/xlint/lint1"
115 local cmd = ("cd '%s' && printf '%%s\\n' msg_[0-9][0-9][0-9]*.c"):format(testdir)
122 local fullname = ("%s/%s"):format(testdir, filename)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dcheck_simd10 testdir="$builddir/testsuite"
72 --destination="$testdir/$subdir" --sim="$sim" --testflags="$flags" \
/netbsd-src/tests/lib/libc/gen/posix_spawn/
H A Dt_spawn.c346 const char *testdir = getcwd(NULL, 0); in ATF_TC_BODY() local
360 error = asprintf(&chdirwd, "%s/%s", testdir, relative_dir); in ATF_TC_BODY()
367 printf("cwd: %s\n", testdir); in ATF_TC_BODY()
464 const char *testdir = getcwd(NULL, 0); in ATF_TC_BODY() local
476 error = asprintf(&chdirwd, "%s/%s", testdir, relative_dir); in ATF_TC_BODY()
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dwrapper.as20 testdir='@abs_top_builddir@/tests'
21 PATH=$testdir$PATH_SEPARATOR$PATH
H A Dautotest.at1816 ## whitespace in absolute testdir ##
1819 AT_SETUP([whitespace in absolute testdir])
/netbsd-src/external/bsd/am-utils/dist/m4/
H A DGNUmakefile29 all: testdir ${TOPDIR}/configure config.h.in ${TOPDIR}/Makefile.in \
47 testdir: ${TOPDIR}/amd/amd.c target
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dfile.d4049 string testdir = deleteme; // This has to be an absolute path when
4053 …string testdir = "deleteme.dmd.unittest.std.file" ~ to!string(thisProcessID); // needs to be relat…
4054 mkdirRecurse(buildPath(testdir, "somedir"));
4055 scope(exit) rmdirRecurse(testdir);
4056 write(buildPath(testdir, "somefile"), null);
4057 write(buildPath(testdir, "somedir", "somedeepfile"), null);
4071 assert(equalEntries(testdir, SpanMode.shallow) == 2);
4072 assert(equalEntries(testdir, SpanMode.depth) == 3);
4073 assert(equalEntries(testdir, SpanMode.breadth) == 3);
4076 foreach (string name; dirEntries(testdir, SpanMode.breadth))
[all …]
/netbsd-src/crypto/external/bsd/heimdal/dist/tests/gss/
H A Dcheck-gss.in39 testdir="@testdir@"
/netbsd-src/external/gpl2/xcvs/dist/
H A DTESTS198 Tests should always start in $testdir and create a subdirectory to operate in
199 and remove their cruft and end back in $testdir. The dotest functions output
216 * $testdir = the directory this test is taking place in
217 (CVSROOT=$testdir/cvsroot or CVSROOT=:fork:$testdir/cvsroot)
239 leave any files and directories it created in $testdir and
/netbsd-src/external/gpl2/texinfo/dist/util/
H A Dtxitextest18 tempdir=/u/texinfo/@tests/testdir
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dfile.d4976 string testdir = deleteme; // This has to be an absolute path when
4980 … string testdir = tempDir.buildPath("deleteme.dmd.unittest.std.file" ~ to!string(thisProcessID));
4981 mkdirRecurse(buildPath(testdir, "somedir"));
4982 scope(exit) rmdirRecurse(testdir);
4983 write(buildPath(testdir, "somefile"), null);
4984 write(buildPath(testdir, "somedir", "somedeepfile"), null);
4998 assert(equalEntries(testdir, SpanMode.shallow) == 2);
4999 assert(equalEntries(testdir, SpanMode.depth) == 3);
5000 assert(equalEntries(testdir, SpanMode.breadth) == 3);
5003 foreach (string name; dirEntries(testdir, SpanMode.breadth))
[all …]
/netbsd-src/sbin/fsdb/
H A Dfsdb.c1148 struct direct testdir; in chnamefunc() local
1152 testdir.d_namlen = strlen(idesc->id_name); in chnamefunc()
1153 if (UFS_DIRSIZ(UFS_NEWDIRFMT, &testdir, 0) <= iswap16(dirp->d_reclen)) { in chnamefunc()
1154 dirp->d_namlen = testdir.d_namlen; in chnamefunc()
/netbsd-src/external/gpl3/gdb/dist/sim/
H A DChangeLog-20211561 * configure.in (testdir): When a testsuite directory, add that to
/netbsd-src/external/gpl3/binutils.old/dist/ld/
H A DChangeLog-91974057 (testdir): Remove.
4058 (site.exp): Don't create testdir or set tmpdir.
/netbsd-src/external/gpl3/binutils/dist/ld/
H A DChangeLog-91974057 (testdir): Remove.
4058 (site.exp): Don't create testdir or set tmpdir.
/netbsd-src/external/gpl3/autoconf/dist/
H A DChangeLog.37739 (whitespace in absolute testdir, unusual file names): Use it.
7866 * tests/autotest.at (whitespace in absolute testdir):
8101 * tests/wrapper.as: Put $testdir early in $PATH.
8116 * tests/autotest.at (whitespace in absolute testdir): New test.
15800 * tests/wrapper.as (testdir, AUTOM4TE_CFG, autom4te_perllibdir,

12