From: Remi Gacogne Date: Tue, 16 Aug 2016 14:27:18 +0000 (+0200) Subject: Recursor config for the regression tests is still in configs X-Git-Tag: rec-4.0.2~1^2~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=76419f72b31de0212739fe443791c59fe1f3769f;p=pdns Recursor config for the regression tests is still in configs --- diff --git a/regression-tests.recursor/rec_control-manpage/command b/regression-tests.recursor/rec_control-manpage/command index 5ac292c84..bbcaa9e77 100755 --- a/regression-tests.recursor/rec_control-manpage/command +++ b/regression-tests.recursor/rec_control-manpage/command @@ -1,5 +1,5 @@ #!/bin/sh -elements="$($RECCONTROL --config-dir=/tmp/recursor-service help | grep -v -e '^ ' | awk '{print $1}')" +elements="$($RECCONTROL --config-dir=./configs/recursor-service help | grep -v -e '^ ' | awk '{print $1}')" num_elems="$( echo $elements | wc -l)"