]> git.ipfire.org Git - thirdparty/bind9.git/commit
Only report not matching stderr content when we look for it
authorMark Andrews <marka@isc.org>
Tue, 5 Jul 2022 03:01:11 +0000 (13:01 +1000)
committerMark Andrews <marka@isc.org>
Tue, 5 Jul 2022 13:12:22 +0000 (23:12 +1000)
commit351aa3d3b52cd8b4200b15027ab0919f6af5c83a
treefa3c71cea989275c4b2ffcfa8c43f995d047e4d1
parenta9407704e649d0b37166109347eb745d2ea331af
Only report not matching stderr content when we look for it

The previous test code could emit "D:cds:stderr did not match ''" rather
that just showing the contents of stderr.  Moved the debug line inside
the if/else block.

Replaced backquotes with $() and $(()) as approriate.

(cherry picked from commit 304d33fb32da4199e832daef027bd9228e4470a3)
bin/tests/system/cds/tests.sh