Skip to content
  • Michał Kępień's avatar
    Fix argument order in assert_int_equal() · 6bd1f68b
    Michał Kępień authored and Evan Hunt's avatar Evan Hunt committed
    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.
    6bd1f68b