From: Mark Andrews Date: Wed, 19 Mar 2025 00:04:39 +0000 (+0000) Subject: fix: test: Fix failing grep invocation on OpenBSD X-Git-Tag: v9.21.7~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed727ee92409c1cb2e3052da6630ec321e88de01;p=thirdparty%2Fbind9.git fix: test: Fix failing grep invocation on OpenBSD Lines starting with A or NSEC are expected but not matched with the OpenBSD grep. Extended regular expressions with direct use of parentheses and the pipe symbol is more appropriate. I:checking RRSIG query from cache (154) I:failed The issue appeared in #4805. Merge branch 'mnowak/openbsd-grep-fix' into 'main' See merge request isc-projects/bind9!10285 --- ed727ee92409c1cb2e3052da6630ec321e88de01