X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT020-compact.sh;h=a3d7380e81c8c12f1a685ca1f4e61cac292ea63c;hp=1fecd071e77e07faaf6348beb4df82f82fc7dd30;hb=0497d695ca796c4d19ad5ec08788bbb1f400c58c;hpb=d0cd253b37646d9364d046e1d3edb022a58c105a diff --git a/test/T020-compact.sh b/test/T020-compact.sh index 1fecd071..a3d7380e 100755 --- a/test/T020-compact.sh +++ b/test/T020-compact.sh @@ -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