]> 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:24:15 +0000 (15:24 +0100)
commit8bb7f1f2a18fb311fe4a5ceb3f54ac717c92dc1a
treea2cd630d814c18fe36b6c0fd47e697783738a9e5
parent54b92a04b1a095aa60672e59b07ef60e5f3e818e
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.
bin/tests/system/conf.sh.common
bin/tests/system/tcp/tests.sh