]> git.notmuchmail.org Git - notmuch/blobdiff - test/count
test: the test for the exclude code mistakenly excludes the tag "="
[notmuch] / test / count
index 976fff16432f28567becb9e7368ebf1b6ec16576..b97fc06652f33f87fcf3a4d6016b1b28db536695 100755 (executable)
@@ -38,7 +38,7 @@ test_expect_equal \
     "`notmuch count --output=threads ${SEARCH}`"
 
 test_begin_subtest "count excluding \"deleted\" messages"
-notmuch config set search.exclude_tags deleted
+notmuch config set search.exclude_tags deleted
 generate_message '[subject]="Not deleted"'
 generate_message '[subject]="Another not deleted"'
 generate_message '[subject]="Deleted"'