mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
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:
parent
c769658360
commit
5a582e8ed9
1 changed files with 6 additions and 0 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue