From 7c9d4e99d429b593bee7484678ae06e6931c2755 Mon Sep 17 00:00:00 2001 From: Mark Andrews Date: Tue, 21 Dec 2021 11:38:03 +1100 Subject: [PATCH] notify: remove duplicate test number --- bin/tests/system/notify/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/tests/system/notify/tests.sh b/bin/tests/system/notify/tests.sh index 5f4ad1c681..08128179cb 100644 --- a/bin/tests/system/notify/tests.sh +++ b/bin/tests/system/notify/tests.sh @@ -206,7 +206,7 @@ test_end # above, which should time out at some point; we need to wait for them to # appear in the logs in case the tests run faster than the notify timeouts -test_start "checking notify retries expire within 45 seconds ($n)" +test_start "checking notify retries expire within 45 seconds" nextpartreset ns3/named.run wait_for_log 45 'retries exceeded' ns3/named.run || ret=1 test_end