From dbbaa337d53e3e19aa98e8437c009a89128de0bc Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Mon, 26 Feb 2018 16:47:30 +0100 Subject: [PATCH] again do not try to make /usr/bin/pdns_notify --- regression-tests/start-test-stop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.40.0