aboutsummaryrefslogtreecommitdiff
path: root/test/count
diff options
context:
space:
mode:
Diffstat (limited to 'test/count')
-rwxr-xr-xtest/count2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/count b/test/count
index 976fff1..b97fc06 100755
--- a/test/count
+++ b/test/count
@@ -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"'