]> git.cworth.org Git - notmuch/blobdiff - test/count
cli: move count to the new --exclude=(true|false|flag) naming scheme.
[notmuch] / test / count
index b97fc06652f33f87fcf3a4d6016b1b28db536695..fd387e541d170a746f987c4583c9c9835878a96b 100755 (executable)
@@ -53,9 +53,9 @@ test_expect_equal \
     "1" \
     "`notmuch count subject:deleted and tag:deleted`"
 
-test_begin_subtest "count \"deleted\" messages, with --no-exclude"
+test_begin_subtest "count \"deleted\" messages, --exclude=false"
 test_expect_equal \
     "3" \
-    "`notmuch count --no-exclude subject:deleted`"
+    "`notmuch count --exclude=false subject:deleted`"
 
 test_done