From: Russ Allbery Date: Wed, 26 Mar 2014 06:08:42 +0000 (-0700) Subject: Fix skipped test count with Heimdal and no SQLite X-Git-Tag: release/3.0~7 X-Git-Url: https://git.eyrie.org/?a=commitdiff_plain;h=72bb148344113c16f27bd89b13f81789fc069d3b;p=kerberos%2Fkrb5-strength.git Fix skipped test count with Heimdal and no SQLite --- diff --git a/tests/plugin/heimdal-t.c b/tests/plugin/heimdal-t.c index 8ea373b..706bd6b 100644 --- a/tests/plugin/heimdal-t.c +++ b/tests/plugin/heimdal-t.c @@ -280,7 +280,7 @@ main(void) /* Otherwise, mark the SQLite tests as skipped. */ count = ARRAY_SIZE(sqlite_tests) + ARRAY_SIZE(principal_tests); - skip_block(count * 2 + 1, "not built with SQLite support"); + skip_block(count * 2, "not built with SQLite support"); #endif /* !HAVE_SQLITE */