diff options
| author | David Bremner <david@tethera.net> | 2022-01-22 13:44:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-23 14:21:46 -0400 |
| commit | 68640fd9670d12ea80d313fe30bfe42619e73f47 (patch) | |
| tree | 3d8622240791f400fa6d579bb6965e5f06ec82f3 /test | |
| parent | 2786aa4d548d28579c761e9358d44c84dfb29068 (diff) | |
Revert "emacs: use --exclude=false when checking for empty searches"
Revert commit 8370e3cfe2dd8a79323613c2bbf2f11db6134dac, and remark the
corresponding test as broken. Also update the expected output of the
broken test to show excludes active in the user defined saved searches.
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T440-emacs-hello.sh | 1 | ||||
| -rw-r--r-- | test/emacs.expected-output/notmuch-hello-all-tags | 4 |
2 files changed, 1 insertions, 4 deletions
diff --git a/test/T440-emacs-hello.sh b/test/T440-emacs-hello.sh index 842781a4..dc80cc75 100755 --- a/test/T440-emacs-hello.sh +++ b/test/T440-emacs-hello.sh @@ -69,6 +69,7 @@ notmuch tag -$tag '*' test_expect_equal_file $EXPECTED/notmuch-hello-long-names OUTPUT test_begin_subtest "All tags show up" +test_subtest_known_broken tag=exclude_me notmuch tag +$tag '*' notmuch config set search.exclude_tags $tag diff --git a/test/emacs.expected-output/notmuch-hello-all-tags b/test/emacs.expected-output/notmuch-hello-all-tags index 2802a708..65e479fa 100644 --- a/test/emacs.expected-output/notmuch-hello-all-tags +++ b/test/emacs.expected-output/notmuch-hello-all-tags @@ -1,9 +1,5 @@ Welcome to notmuch. You have 52 messages. -Saved searches: [edit] - - 52 inbox 52 unread 52 all mail - Search: . All tags: [hide] |
