]> 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 14:54:52 +0000 (15:54 +0100)
commit0bb075808adb5cdebf4bc8ad1f8321a2f2537406
treeed8cec2dcc3fc974a037bb7eb98c564fd66d9d50
parent9d8b4af026734bf86d37db5fde4f9fe827ca43d6
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.common
bin/tests/system/tcp/tests.sh