set and use SYSTEMTESTTOP consistently

This commit is contained in:
Evan Hunt
2019-01-22 16:52:56 -08:00
parent 1bc0ab5217
commit c02dad7991
9 changed files with 11 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/sh
. ../conf.sh
. $SYSTEMTESTTOP/conf.sh
dig_with_options() { "$DIG" +noadd +nosea +nostat +noquest +nocomm +nocmd -p "${PORT}" "$@"; }