aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2023-12-06 07:39:24 -0400
committerDavid Bremner <david@tethera.net>2023-12-06 07:39:24 -0400
commit52a5446150a7449b62bce27c3e96c1a503821279 (patch)
treeeb0e289c987389331705fc1d3a1cf99f8eb2a1b2 /test
parentb49377e5093e1c8af801e1065ef086a0cd15625a (diff)
parentb97cd90040a8353e6f94c317af2020f3d6e67a2e (diff)
Merge branch 'release'
Diffstat (limited to 'test')
-rwxr-xr-xtest/T055-path-config.sh5
1 files changed, 5 insertions, 0 deletions
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)"