test: add known broken test for incorrect error message

Duplicate bug reported in id:87wmtvcor5.fsf@alyssa.is

The error message is nonsense, because notmuch config list actually
includes the database in those two cases.
This commit is contained in:
David Bremner 2023-12-03 11:41:11 -04:00
parent c769658360
commit 5a582e8ed9

View file

@ -374,6 +374,12 @@ EOF
notmuch new
test_expect_equal "$(xapian-metadata get ${XAPIAN_PATH} version)" 3
;;
home_mail|maildir_env)
test_begin_subtest "No errors from config list ($config)"
test_subtest_known_broken
notmuch config list 2>OUTPUT 1>/dev/null
test_expect_equal_file /dev/null OUTPUT
;;
*)
backup_database
test_begin_subtest ".notmuch without xapian/ handled gracefully ($config)"