From: Peter van Dijk Date: Mon, 26 Feb 2018 15:09:59 +0000 (+0100) Subject: do not try to make /usr/bin/pdns_notify X-Git-Tag: dnsdist-1.3.0~66^2~11 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de15d4837996d19657318b8a425445fe0fc8fdc8;p=pdns do not try to make /usr/bin/pdns_notify --- diff --git a/regression-tests/runtests b/regression-tests/runtests index 8130f88ef..019cef8b1 100755 --- a/regression-tests/runtests +++ b/regression-tests/runtests @@ -22,7 +22,7 @@ spectest=$1 [ -z $spectest ] && spectest="" 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