From: Mark Andrews Date: Fri, 9 Feb 2018 02:57:10 +0000 (+1100) Subject: get the correct test file X-Git-Tag: v9.12.1rc1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06da55464905032749cfae0ef548577d9a04ec0e;p=thirdparty%2Fbind9.git get the correct test file (cherry picked from commit ae0950098944f83671e2ce7758c1120f912d7d4b) --- diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 6206ef96e60..e090b03955c 100644 --- a/bin/tests/system/checkconf/tests.sh +++ b/bin/tests/system/checkconf/tests.sh @@ -386,7 +386,7 @@ status=`expr $status + $ret` echo "I: check that the dlv.isc.org KSK generates a warning ($n)" ret=0 -$CHECKCONF warn-dlv-dlv.isc.org.conf > checkconf.out$n 2>/dev/null || ret=1 +$CHECKCONF check-dlv-ksk-key.conf > checkconf.out$n 2>/dev/null || ret=1 [ -s checkconf.out$n ] || ret=1 if [ $ret != 0 ]; then echo "I:failed"; ret=1; fi status=`expr $status + $ret`