diff options
| author | David Bremner <david@tethera.net> | 2021-03-04 09:31:13 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-03-20 07:24:59 -0300 |
| commit | cba540d6f5cbbad282a3046ed00a7966238fa14d (patch) | |
| tree | f13438ff3759a2707ded42b2d2ecbac2cef9516e /test/T030-config.sh | |
| parent | 82aa3f4d2762cd56585369de5fa17cb50d77c85d (diff) | |
lib/open: reuse directory checks from n_d_c_with_config
Make checks more uniform between creating new databases and opening
existing ones.
Diffstat (limited to 'test/T030-config.sh')
| -rwxr-xr-x | test/T030-config.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T030-config.sh b/test/T030-config.sh index 32efa945..6610bf8e 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -61,7 +61,7 @@ built_with.compact=something built_with.field_processor=something built_with.retry_lock=something ==== -Error opening database at MAIL_DIR/.notmuch: No such file or directory +Error: Cannot open database at MAIL_DIR/.notmuch: No such file or directory. EOF test_expect_equal_file EXPECTED OUTPUT |
