]> 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 12:36:36 +0000 (12:36 +0000)
commit304d33fb32da4199e832daef027bd9228e4470a3
tree637aa82279976157935fa9625f7a9a7488283712
parent201a00e44d30e68dd0665234e9bd2ca604ad5420
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.
bin/tests/system/cds/tests.sh