]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix failing grep invocation on OpenBSD
authorMark Andrews <marka@isc.org>
Wed, 19 Mar 2025 00:04:39 +0000 (00:04 +0000)
committerMark Andrews <marka@isc.org>
Wed, 19 Mar 2025 00:04:39 +0000 (00:04 +0000)
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


Trivial merge