X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_pmtu.c;h=58675964e3df93ecd9989e0e3f9130ef9bd22e35;hb=3febbb4;hp=204132d7303adf7b39c416bf6b809db0863148ec;hpb=f1da50294494310d7a299c29af5649d4415bd38a;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; }