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

/bind-9.11.3/bin/tests/
H A Dlog_test.c26 #define TEST_FILE "/tmp/test_log" macro
101 " " TEST_FILE " files, and\n",
141 destination.file.name = TEST_FILE;
319 if (system("head " TEST_FILE "*; rm -f " TEST_FILE "*") != 0) {
320 fprintf(stderr, "system(\"head " TEST_FILE "*; rm -f "
321 TEST_FILE "*\") failed\n");
/bind-9.11.3/bin/tests/system/rpz/
H A Dtests.sh86 # (re)load the reponse policy zones with the rules in the file $TEST_FILE
88 if test -n "$TEST_FILE"; then
89 if $NSUPDATE -v $TEST_FILE; then :
92 echo "I:failed to update policy zone with $TEST_FILE"
175 TEST_FILE=$2
176 if test -n "$TEST_FILE"; then
177 GROUP_NM="-$TEST_FILE"
186 if test -n "$TEST_FILE"; then
188 sed -e 's/[ ]add[ ]/ delete /' $TEST_FILE | $NSUPDATE
189 TEST_FILE
[all...]

Completed in 15 milliseconds