]> git.notmuchmail.org Git - notmuch/blobdiff - test/T055-path-config.sh
emacs/mua: Correct autoload cookies
[notmuch] / test / T055-path-config.sh
index 149aa6a1c665a64a36fa59264e864ce450f41154..049b745e0a6d807218ad5c0c6526b8e59116ea34 100755 (executable)
@@ -299,9 +299,12 @@ database.backup_dir
 database.hook_dir
 database.mail_root=MAIL_DIR
 database.path
+index.as_text=
 maildir.synchronize_flags=true
 new.ignore=
 new.tags=unread;inbox
+search.authors_matched_separator=| 
+search.authors_separator=, 
 search.exclude_tags=
 user.name=Notmuch Test Suite
 user.other_email=test_suite_other@notmuchmail.org;test_suite@otherdomain.org
@@ -324,6 +327,8 @@ database.mail_root
 database.path
 maildir.synchronize_flags
 new.tags
+search.authors_matched_separator
+search.authors_separator
 user.name
 user.other_email
 user.primary_email
@@ -369,11 +374,15 @@ EOF
           ;&
        mailroot_only)
           test_begin_subtest "create database parent dir ($config)"
-          test_subtest_known_broken
           rm -r ${DATABASE_PATH}
           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)"
+          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)"