From: Remi Gacogne Date: Mon, 15 Aug 2016 12:48:34 +0000 (+0200) Subject: Fix hardcoded prefix in lowercase-outgoing test X-Git-Tag: rec-4.0.2~1^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ab92081c44355532e378aeb77e572bb86dfc473e;p=thirdparty%2Fpdns.git Fix hardcoded prefix in lowercase-outgoing test --- diff --git a/regression-tests.recursor/lowercase-outgoing/command b/regression-tests.recursor/lowercase-outgoing/command index 03f880d8b5..331879fb2e 100755 --- a/regression-tests.recursor/lowercase-outgoing/command +++ b/regression-tests.recursor/lowercase-outgoing/command @@ -1,5 +1,6 @@ #!/bin/sh -truncate -s 0 configs/10.0.3.24/questions.txt +. vars +truncate -s 0 "configs/$PREFIX.24/questions.txt" cleandig hOsT.lOwErcAsE-outgoing.example.net a >/dev/null 2>&1 $SDIG $nameserver 5300 hOsT.lOwErcAsE-outgoing.example.net a recurse >/dev/null 2>&1 -cat configs/10.0.3.24/questions.txt +cat "configs/$PREFIX.24/questions.txt"