]> git.ipfire.org Git - thirdparty/nftables.git/commit
tests: monitor: Fix regex collecting expected echo output
authorPhil Sutter <phil@nwl.cc>
Wed, 3 Sep 2025 13:23:12 +0000 (15:23 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 4 Sep 2025 15:07:18 +0000 (17:07 +0200)
commit419338d96bdb19c10e241387c54f416c551a47c3
treefa51f5abe8fd7b64cc697b49288ea71106239481
parent53d686888bc446cc949c2013504c9974e93c1e2d
tests: monitor: Fix regex collecting expected echo output

No input triggered this bug, but the match would accept "insert" and
"replace" keywords anywhere in the line not just at the beginning as was
intended.

Fixes: b2506e5504fed ("tests: Merge monitor and echo test suites")
Signed-off-by: Phil Sutter <phil@nwl.cc>
tests/monitor/run-tests.sh