From fb36741bf3e81548a6f742c536f910c783756248 Mon Sep 17 00:00:00 2001 From: Mark Walters Date: Wed, 14 Mar 2012 12:26:52 +0000 Subject: test: the test for the exclude code mistakenly excludes the tag "=" The tests for the exclude code in search and count use the line notmuch config set search.exclude_tags = deleted which actually sets the exclude tags to be "=" and "deleted". Remove the "=" from this line. --- test/count | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/count') diff --git a/test/count b/test/count index 976fff16..b97fc066 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"' -- cgit v1.2.3