From 06da55464905032749cfae0ef548577d9a04ec0e Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Fri, 9 Feb 2018 13:57:10 +1100 Subject: [PATCH] get the correct test file (cherry picked from commit ae0950098944f83671e2ce7758c1120f912d7d4b) --- bin/tests/system/checkconf/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/checkconf/tests.sh b/bin/tests/system/checkconf/tests.sh index 6206ef96e6..e090b03955 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`