]> git.notmuchmail.org Git - notmuch/blobdiff - test/T055-path-config.sh
emacs: Add new option notmuch-search-hide-excluded
[notmuch] / test / T055-path-config.sh
index 149aa6a1c665a64a36fa59264e864ce450f41154..1feb5624c41b8af06fab0750f7bc70395b7a4504 100755 (executable)
@@ -299,6 +299,7 @@ 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
@@ -369,11 +370,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)"