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

/bind-9.6-ESV-R11/bin/tests/system/
H A Dstop.pl56 my $testdir = abs_path($test);
65 opendir DIR, $testdir or die "$testdir: $!\n";
118 $pid_file = "$testdir/$server/$pid_file";
146 system("$ENV{RNDC} -c $testdir/../common/rndc.conf -s $ip -p 9953 stop | sed 's/^/I:$server /'");
H A Dstart.pl66 my $testdir = abs_path("$test");
84 opendir DIR, $testdir;
120 system("$PERL $topdir/stop.pl $testdir"); # Is this the correct behavior?
161 if (-e "$testdir/$server/named.nosoa");
163 if (-e "$testdir/$server/named.noaa");
191 if (-e "$testdir/$server/ans.pl") {
210 system "$PERL $topdir/stop.pl $testdir";
216 chdir "$testdir/$server";
238 system "$PERL $topdir/stop.pl $testdir";
261 system("$PERL $topdir/stop.pl $testdir");
[all...]

Completed in 13 milliseconds