]> git.ipfire.org Git - thirdparty/bind9.git/commit
mkeys: Prevent failing grep invocations
authorMichal Nowak <mnowak@isc.org>
Mon, 20 Jan 2020 17:06:16 +0000 (18:06 +0100)
committerMichal Nowak <mnowak@isc.org>
Wed, 22 Jan 2020 14:54:19 +0000 (15:54 +0100)
commit377e48e89711cbd8a5a58f1d59d659dfab8a520c
treee0a88a0dffdeb6b112733376f28fdf9dfc4cf77b
parent882ee0fd290fdfd5caae7d49317328ed9f1726f5
mkeys: Prevent failing grep invocations

Some 'grep' invocations were not guarded from interrupting the test
prematurely, e.g. when no text was matched.

(cherry picked from commit 6c4a2b602042d83450f0af50c25225efa8698750)
bin/tests/system/mkeys/tests.sh