X-Git-Url: http://git.meshlink.io/?a=blobdiff_plain;ds=sidebyside;f=test%2Fblackbox%2Frun_blackbox_tests%2Ftest_cases_get_fingerprint.c;h=3435f6eeaa5bf7ad2b52e7a4ad9eb4169df93641;hb=fe5563f92021618b4a8b41e412c73d8364fcaf6e;hp=59321f0d26ca2d78c8934377873ab835c7026224;hpb=6c897377f68fc23ca9a8b23a6ca204517998b2e9;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; }