aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-12-26 08:24:10 -0400
committerDavid Bremner <david@tethera.net>2022-01-16 10:52:13 -0400
commit6472dbf4b7fdec3bd59d7622ef477a035e34c67a (patch)
tree31a960ac9910836006175c54fa7c145d924fc5e1 /test
parentfd6d50b38f8d8529191f6c9b637ecb458018baa3 (diff)
cli/new: only ignore .notmuch at top level
Since the bug was first reported in [1], notmuch has gained the ability to have the database located outside the mail root, hence this this change differs slightly from Jani's proposed solution [2] in not using notmuch_database_get_path, but rather the already retrieved mail_root. [1]: id:87mwhifu9a.fsf@trouble.defaultvalue.org [2]: id:87ios5v59p.fsf@nikula.org
Diffstat (limited to 'test')
-rwxr-xr-xtest/T050-new.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T050-new.sh b/test/T050-new.sh
index db13090b..6791f87c 100755
--- a/test/T050-new.sh
+++ b/test/T050-new.sh
@@ -352,7 +352,6 @@ test_expect_code 1 "NOTMUCH_NEW --debug 2>&1"
notmuch config set new.tags $OLDCONFIG
test_begin_subtest ".notmuch only ignored at top level"
-test_subtest_known_broken
generate_message '[dir]=foo/bar/.notmuch/cur' '[subject]="Do not ignore, very important"'
NOTMUCH_NEW > OUTPUT
notmuch search subject:Do-not-ignore | notmuch_search_sanitize >> OUTPUT