]> granicus.if.org Git - pdns/commitdiff
Recursor config for the regression tests is still in configs
authorRemi Gacogne <remi.gacogne@powerdns.com>
Tue, 16 Aug 2016 14:27:18 +0000 (16:27 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Thu, 25 Aug 2016 08:52:05 +0000 (10:52 +0200)
regression-tests.recursor/rec_control-manpage/command

index 5ac292c8406e32058a04d82eb716c8dacd68b0cc..bbcaa9e7707b671341f24f2c9f3f50958e02927c 100755 (executable)
@@ -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)"