From: Richard Russon Date: Fri, 27 Jul 2018 16:03:31 +0000 (+0100) Subject: test: drop unreliable bool test X-Git-Tag: 2019-10-25~727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dda13c7b266dcc2e853b8bfa352ac3f8f285a3b8;p=neomutt test: drop unreliable bool test --- diff --git a/test/config/bool.c b/test/config/bool.c index 8d166e27f..54ae348f5 100644 --- a/test/config/bool.c +++ b/test/config/bool.c @@ -259,16 +259,6 @@ static bool test_string_get(struct ConfigSet *cs, struct Buffer *err) } TEST_MSG("%s = %d, %s\n", name, VarElderberry, err->data); - VarElderberry = 3; - mutt_buffer_reset(err); - TEST_MSG("Expect error for next test\n"); - rc = cs_str_string_get(cs, name, err); - if (TEST_CHECK(CSR_RESULT(rc) != CSR_SUCCESS)) - { - TEST_MSG("Get failed\n"); - // return false; - } - log_line(__func__); return true; }