diff options
| author | David Bremner <david@tethera.net> | 2021-12-29 14:20:49 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-29 14:20:49 -0400 |
| commit | 3eb25c94bd8fe4065d6df6d665ee393cb9a0ad6f (patch) | |
| tree | 32de70bdd92cce6482af93375339e1f68c2cf8bb /test/T055-path-config.sh | |
| parent | 063f5e98620e2f2adeaa8b3313cdac85eb4ef4db (diff) | |
| parent | 14c4f9441d7fe0893003a5e793e19f1e55c9f73f (diff) | |
Merge branch 'release'
Diffstat (limited to 'test/T055-path-config.sh')
| -rwxr-xr-x | test/T055-path-config.sh | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index f0ce55da..1df240dd 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -318,7 +318,14 @@ to=m.header('To') print(to) EOF test_expect_equal_file EXPECTED OUTPUT - ;& # fall through + ;; + *) + backup_database + test_begin_subtest ".notmuch without xapian/ handled gracefully ($config)" + rm -r $XAPIAN_PATH + test_expect_success "notmuch new" + restore_database + ;; esac case $config in |
