]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[v9_9] fix test error
authorEvan Hunt <each@isc.org>
Fri, 9 Feb 2018 02:46:11 +0000 (18:46 -0800)
committerEvan Hunt <each@isc.org>
Fri, 9 Feb 2018 02:46:11 +0000 (18:46 -0800)
bin/tests/system/checkconf/tests.sh

index 00ebeedd815881ba98ee83193f46f72233c86b21..33f94696d7eb37cda33de02b0c057c2f1340bf2c 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 good-dlv-dlv.example.com.conf > checkconf.out$n 2>/dev/null || ret=1
+$CHECKCONF warn-dlv-dlv.isc.org.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`