]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commited727ee92409c1cb2e3052da6630ec321e88de01
tree49a5db6f8ba14b6017640933b6b797c420220c0d
parentd30b9eb46ee0878a0586b2303f8bc8aacdfe17f7
parent00584d6f290ead920f377b96f8c91a9286280bb4
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