]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
get the correct test file
authorMark Andrews <marka@isc.org>
Fri, 9 Feb 2018 02:57:10 +0000 (13:57 +1100)
committerMark Andrews <marka@isc.org>
Fri, 9 Feb 2018 02:57:52 +0000 (13:57 +1100)
(cherry picked from commit ae0950098944f83671e2ce7758c1120f912d7d4b)

bin/tests/system/checkconf/tests.sh

index 33f94696d7eb37cda33de02b0c057c2f1340bf2c..de63247e5f1acbca3a5d9374b1a9981b1cc60b8d 100644 (file)
@@ -333,7 +333,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`