X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_pmtu.c;fp=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_pmtu.c;h=58675964e3df93ecd9989e0e3f9130ef9bd22e35;hb=fe5563f92021618b4a8b41e412c73d8364fcaf6e;hp=204132d7303adf7b39c416bf6b809db0863148ec;hpb=6c897377f68fc23ca9a8b23a6ca204517998b2e9;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/test_cases_pmtu.c b/test/blackbox/run_blackbox_tests/test_cases_pmtu.c index 204132d7..58675964 100644 --- a/test/blackbox/run_blackbox_tests/test_cases_pmtu.c +++ b/test/blackbox/run_blackbox_tests/test_cases_pmtu.c @@ -81,7 +81,7 @@ static bool test_steps_mesh_pmtu_01(void) { assert_int_not_equal(pmtu, -1); meshlink_close(mesh); - meshlink_destroy("pmtu_conf"); + assert(meshlink_destroy("pmtu_conf")); return true; } @@ -111,7 +111,7 @@ static bool test_steps_mesh_pmtu_02(void) { assert_int_equal(pmtu, -1); meshlink_close(mesh); - meshlink_destroy("pmtu_conf"); + assert(meshlink_destroy("pmtu_conf")); return true; } @@ -139,7 +139,7 @@ static bool test_steps_mesh_pmtu_03(void) { assert_int_equal(pmtu, -1); meshlink_close(mesh); - meshlink_destroy("pmtu_conf"); + assert(meshlink_destroy("pmtu_conf")); return true; }