X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT055-path-config.sh;fp=test%2FT055-path-config.sh;h=1feb5624c41b8af06fab0750f7bc70395b7a4504;hp=efc79e8b089ddcb4abe107136c8412f4e89c5f01;hb=52a5446150a7449b62bce27c3e96c1a503821279;hpb=b49377e5093e1c8af801e1065ef086a0cd15625a diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index efc79e8b..1feb5624 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -374,6 +374,11 @@ 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)" + 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)"