]> git.notmuchmail.org Git - notmuch/commit
test: the test for the exclude code mistakenly excludes the tag "="
authorMark Walters <markwalters1009@gmail.com>
Wed, 14 Mar 2012 12:26:52 +0000 (12:26 +0000)
committerDavid Bremner <bremner@debian.org>
Sun, 18 Mar 2012 12:14:23 +0000 (09:14 -0300)
commitfb36741bf3e81548a6f742c536f910c783756248
treeb8ac470f1a703404d5353b856ae43872637aaf0f
parent28367a9bcdda7330a4d0983c3533a7bf5b9cbb8e
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
test/search