]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add assert_int_equal() shell function
authorMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 14:22:08 +0000 (15:22 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 6 Nov 2019 20:07:02 +0000 (21:07 +0100)
commit69697ee6802c39725dfa91cbb40c699bae87348f
tree50b5d03c38838c7e36d18088a428ee8a069d44ca
parent58df62baafe9a3cb09be4d1290b7d084794efdec
Add assert_int_equal() shell function

Add a shell function which is used in the "tcp" system test, but has
been accidentally omitted from !2425.  Make sure the function does not
change the value of "ret" itself, so that the caller can decide what to
do with the function's return value.

(cherry picked from commit 8bb7f1f2a18fb311fe4a5ceb3f54ac717c92dc1a)
bin/tests/system/conf.sh.in
bin/tests/system/conf.sh.win32
bin/tests/system/tcp/tests.sh