X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_get_fingerprint.c;h=3435f6eeaa5bf7ad2b52e7a4ad9eb4169df93641;hb=f342cb44b25cd61eed17897575015be4aae1dd17;hp=59321f0d26ca2d78c8934377873ab835c7026224;hpb=f1da50294494310d7a299c29af5649d4415bd38a;p=meshlink diff --git a/test/blackbox/run_blackbox_tests/test_cases_get_fingerprint.c b/test/blackbox/run_blackbox_tests/test_cases_get_fingerprint.c index 59321f0d..3435f6ee 100644 --- a/test/blackbox/run_blackbox_tests/test_cases_get_fingerprint.c +++ b/test/blackbox/run_blackbox_tests/test_cases_get_fingerprint.c @@ -85,7 +85,7 @@ static bool test_get_fingerprint_cb_01(void) { assert_int_not_equal(fp, NULL); meshlink_close(mesh_handle); - meshlink_destroy("getfingerprintconf"); + assert(meshlink_destroy("getfingerprintconf")); return true; } @@ -126,7 +126,7 @@ static bool test_get_fingerprint_cb_02(void) { assert_int_equal(fp, NULL); meshlink_close(mesh_handle); - meshlink_destroy("getfingerprintconf"); + assert(meshlink_destroy("getfingerprintconf")); return true; } @@ -158,7 +158,7 @@ static bool test_get_fingerprint_cb_03(void) { assert_int_equal(fp, NULL); meshlink_close(mesh_handle); - meshlink_destroy("getfingerprintconf"); + assert(meshlink_destroy("getfingerprintconf")); return true; }