From 5528039a078715466351fc4c35a88c36f65f0c8f Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Mon, 20 Dec 2021 16:34:13 -0600 Subject: [PATCH] bx509d: Fix tests/kdc/check-bx509 Grep pattern needed updating. --- tests/kdc/check-bx509.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/kdc/check-bx509.in b/tests/kdc/check-bx509.in index 481c9b5d8..1cef2e0e7 100644 --- a/tests/kdc/check-bx509.in +++ b/tests/kdc/check-bx509.in @@ -590,7 +590,7 @@ KRB5CCNAME=$cache $gsstoken HTTP@$server | KRB5_KTNAME="$keytab" $gsstoken -r || { echo "Trivial offline CA test failed (gss-token)"; exit 2; } # Check that we get up to three tixaddrs k/v in the log -grep 'REQ.*numtixaddrs=4 tixaddrs=IPv4:8.8.8.8 tixaddrs=IPv4:8.9.10.11 tixaddrs=IPv4:11.11.11.11 wrongaddr=yes' ${objdir}/messages.log || +grep 'REQ.*numtixaddrs=4 tixaddrs=IPv4:8.8.8.8 tixaddrs=IPv4:8.9.10.11 tixaddrs=IPv4:11.11.11.11.*wrongaddr=yes' ${objdir}/messages.log || { echo "KDC not warning about requests from wrong address"; exit 2; } echo "Fetching a Negotiate token"