]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make retry_quiet() available on Windows
authorMichał Kępień <michal@isc.org>
Thu, 16 Jan 2020 20:37:06 +0000 (21:37 +0100)
committerMichał Kępień <michal@isc.org>
Thu, 16 Jan 2020 20:37:06 +0000 (21:37 +0100)
commitc9a12b8a1b9d82f111a4a79d78ef520bf566cdb3
treee4314636db7b1a6b3119f30af2627be832f36b4d
parent0ee0b251b4616b06b7a23c30006b1785ee70e19d
Make retry_quiet() available on Windows

When retry_quiet() was backported to v9_11, it was only placed in
bin/tests/system/conf.sh.in, but not in bin/tests/system/conf.sh.win32.
This prevents every system test which employs this shell function either
directly or indirectly from ever succeeding on Windows.  Fix by copying
the definition of retry_quiet() to bin/tests/system/conf.sh.win32.
bin/tests/system/conf.sh.win32