also add -D options for transient named processes started in tests.sh

This commit is contained in:
Evan Hunt
2019-01-28 18:11:57 -08:00
parent 175d6e9bfb
commit dd45831acc
3 changed files with 6 additions and 6 deletions

View File

@@ -273,7 +273,7 @@ $DIG $DIGOPTS @$ns4 A a7.tld4 > /dev/null 2>&1
grep "would limit" ns4/named.run >/dev/null 2>&1 ||
setret "\"would limit\" not found in log file."
$NAMED -gc broken.conf > broken.out 2>&1 &
$NAMED -D rrl-ns5 -gc broken.conf > broken.out 2>&1 &
sleep 2
grep "min-table-size 1" broken.out > /dev/null || setret "min-table-size 0 was not changed to 1"