diff options
| author | David Bremner <david@tethera.net> | 2021-01-01 20:43:14 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:48:34 -0400 |
| commit | ac67cd84eea1148680ab3a377d35ae346073f138 (patch) | |
| tree | c236c0ce222841a35e835ba4843d96b2964078b2 /test/T560-lib-error.sh | |
| parent | 55f5e87096fda96280ccc4b191393c7e59b4df57 (diff) | |
lib: introduce notmuch_database_create_with_config
This takes a config path parameter, and can use that to decide the
new database location.
Diffstat (limited to 'test/T560-lib-error.sh')
| -rwxr-xr-x | test/T560-lib-error.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T560-lib-error.sh b/test/T560-lib-error.sh index 260ac120..ade376ef 100755 --- a/test/T560-lib-error.sh +++ b/test/T560-lib-error.sh @@ -93,7 +93,7 @@ EOF cat <<'EOF' >EXPECTED == stdout == == stderr == -Error: Cannot create a database for a NULL path. +Error: Cannot open a database for a NULL path. EOF test_expect_equal_file EXPECTED OUTPUT |
