]> git.notmuchmail.org Git - notmuch/blobdiff - test/T020-compact.sh
test: require test_begin_subtest before test_expect_code
[notmuch] / test / T020-compact.sh
index 1fecd071e77e07faaf6348beb4df82f82fc7dd30..a3d7380e81c8c12f1a685ca1f4e61cac292ea63c 100755 (executable)
@@ -16,7 +16,8 @@ if [ $NOTMUCH_HAVE_XAPIAN_COMPACT -eq 0 ]; then
     test_expect_equal "$output" "notmuch was compiled against a xapian version lacking compaction support.
 Compaction failed: Unsupported operation"
 
-    test_expect_code 1 "Compact unsupported: status code" "notmuch compact"
+    test_begin_subtest "Compact unsupported: status code"
+    test_expect_code 1 "notmuch compact"
 
     test_done
 fi