diff options
| author | David Bremner <david@tethera.net> | 2021-12-25 17:22:56 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-12-29 14:11:21 -0400 |
| commit | 25e0f5e59293ce961549201fdc74f81a3cc1675c (patch) | |
| tree | 03dc3d4369832c198835cc029120d620e25e404a /test/T055-path-config.sh | |
| parent | e43bad4883cf8a0c1d58d50238da599f9e170307 (diff) | |
lib/open: do not consider .notmuch alone as an existing database.
It makes perfect sense for users to want to pre-create .notmuch,
e.g. to install hooks, so we should handle the case of a .notmuch
directory without an actual xapian database more gracefully.
Diffstat (limited to 'test/T055-path-config.sh')
| -rwxr-xr-x | test/T055-path-config.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index b6858d42..b910e28e 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -322,7 +322,6 @@ EOF *) backup_database test_begin_subtest ".notmuch without xapian/ handled gracefully ($config)" - test_subtest_known_broken rm -r $XAPIAN_PATH test_expect_success "notmuch new" restore_database |
