X-Git-Url: http://git.meshlink.io/?p=meshlink;a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_send.c;h=1cf47fce436faf81fbd87c87b4bfee87380333df;hp=743636af9a59b395fc2ef3ab217fa6a16a9d491c;hb=fe5563f92021618b4a8b41e412c73d8364fcaf6e;hpb=6c897377f68fc23ca9a8b23a6ca204517998b2e9 diff --git a/test/blackbox/run_blackbox_tests/test_cases_send.c b/test/blackbox/run_blackbox_tests/test_cases_send.c index 743636af..1cf47fce 100644 --- a/test/blackbox/run_blackbox_tests/test_cases_send.c +++ b/test/blackbox/run_blackbox_tests/test_cases_send.c @@ -99,7 +99,7 @@ static bool test_steps_mesh_send_01(void) { assert_int_equal(receive_data, true); meshlink_close(mesh); - meshlink_destroy("send_conf"); + assert(meshlink_destroy("send_conf")); return result; } @@ -130,7 +130,7 @@ static bool test_steps_mesh_send_02(void) { assert_int_equal(ret, false); meshlink_close(mesh); - meshlink_destroy("send_conf"); + assert(meshlink_destroy("send_conf")); return true; } @@ -159,7 +159,7 @@ static bool test_steps_mesh_send_03(void) { assert_int_equal(ret, false); meshlink_close(mesh); - meshlink_destroy("send_conf"); + assert(meshlink_destroy("send_conf")); return true; }