]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix argument order in assert_int_equal()
authorMichał Kępień <michal@isc.org>
Thu, 7 Nov 2019 11:25:39 +0000 (12:25 +0100)
committerEvan Hunt <each@isc.org>
Thu, 7 Nov 2019 19:31:57 +0000 (11:31 -0800)
commit6bd1f68bef1fdadcd385322e11f3e9cd1b89f94c
tree658f1143547d68eaf616c200b1886d3d6e9e8881
parent1e22e052d0761037613b21311d6f9eea1e8d92d2
Fix argument order in assert_int_equal()

assert_int_equal() calls in bin/tests/system/tcp/tests.sh pass the found
value as the first argument and the expected value as the second
argument, while the function interprets its arguments the other way
round.  Fix argument handling in assert_int_equal() to make sure the
error messages printed by that function are correct.
bin/tests/system/conf.sh.common