]> eyrie.org Git - kerberos/krb5-strength.git/blobdiff - tests/plugin/heimdal-t.c
Fix skipped test count with Heimdal and no SQLite
[kerberos/krb5-strength.git] / tests / plugin / heimdal-t.c
index 8ea373b7ea22b843f216bc105786523b1d576b4c..706bd6b271f979b108b0c320e3308c062263b23a 100644 (file)
@@ -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 */