diff options
| author | David Bremner <david@tethera.net> | 2021-01-02 13:10:39 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2021-02-06 19:52:11 -0400 |
| commit | 0d3bef312dd624225825e6fe175ea8830c1c9e39 (patch) | |
| tree | 3c9fdf207c504eec56f47e98ca3851b15f119307 /test/T040-setup.sh | |
| parent | 5ef731f1aa0aa3d8fc89d1e724c021dbed8d4418 (diff) | |
cli/new: convert to new config framework
In addition to the same type of changes as converting other
subcommands, add the possibility of creating a database at the top
level. It would probably make sense to use this for insert as well.
Diffstat (limited to 'test/T040-setup.sh')
| -rwxr-xr-x | test/T040-setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T040-setup.sh b/test/T040-setup.sh index fbfe200a..1223ebf7 100755 --- a/test/T040-setup.sh +++ b/test/T040-setup.sh @@ -6,7 +6,7 @@ test_description='"notmuch setup"' test_begin_subtest "Notmuch new without a config suggests notmuch setup" output=$(notmuch --config=new-notmuch-config new 2>&1) test_expect_equal "$output" "\ -Configuration file new-notmuch-config not found. +Error: cannot load config file. Try running 'notmuch setup' to create a configuration." test_begin_subtest "Create a new config interactively" |
