]> eyrie.org Git - kerberos/krb5-strength.git/commitdiff
Fix skipped test count with Heimdal and no SQLite
authorRuss Allbery <eagle@eyrie.org>
Wed, 26 Mar 2014 06:08:42 +0000 (23:08 -0700)
committerRuss Allbery <eagle@eyrie.org>
Wed, 26 Mar 2014 06:08:42 +0000 (23:08 -0700)
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 */