From: Peter van Dijk Date: Mon, 26 Feb 2018 15:47:30 +0000 (+0100) Subject: again do not try to make /usr/bin/pdns_notify X-Git-Tag: dnsdist-1.3.0~66^2~10 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dbbaa337d53e3e19aa98e8437c009a89128de0bc;p=pdns again do not try to make /usr/bin/pdns_notify --- diff --git a/regression-tests/start-test-stop b/regression-tests/start-test-stop index a83bcf60b..15d13d3a3 100755 --- a/regression-tests/start-test-stop +++ b/regression-tests/start-test-stop @@ -209,7 +209,7 @@ __EOF__ fi for prog in $SDIG $SAXFR $NOTIFY $NSEC3DIG; do - if `echo $prog | grep -q '../pdns'`; then + if `echo $prog | grep -q '\.\./pdns'`; then ${MAKE} -C ../pdns ${prog##*../pdns/} || exit fi done