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=fcaf09d326b461c7f0b4997e5031c620f548a851;hp=efc79e8b089ddcb4abe107136c8412f4e89c5f01;hb=5a582e8ed9b9bfd88e63149fb671510bc2b2e9f8;hpb=c769658360e10a6d01a4134e680e2f498741bc5c diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index efc79e8b..fcaf09d3 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -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)"