diff options
| author | David Bremner <david@tethera.net> | 2022-07-29 08:31:37 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-09-03 08:24:43 -0300 |
| commit | 84e4e130e2c920b3dee91901582c4ab6276e2630 (patch) | |
| tree | 7323895279f5fac2760306cfa9d76b17d86cebf5 /test/T055-path-config.sh | |
| parent | 8ba3057d01b11fb806581f8dc451a8891a4d4e0e (diff) | |
lib/open: create database path in some cases
There is some duplication of code here, but not all of the locations
valid to find a database make sense to create. Furthermore we nead two
passes, so the control flow in _choose_database_path would get a bit
convoluted.
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 149aa6a1..fe295324 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -369,7 +369,6 @@ EOF ;& mailroot_only) test_begin_subtest "create database parent dir ($config)" - test_subtest_known_broken rm -r ${DATABASE_PATH} notmuch new test_expect_equal "$(xapian-metadata get ${XAPIAN_PATH} version)" 3 |
