get the correct test file

(cherry picked from commit ae09500989)
This commit is contained in:
Mark Andrews
2018-02-09 13:57:10 +11:00
parent cbd58053e6
commit 06da554649

View File

@@ -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`