]> git.cworth.org Git - notmuch/blobdiff - test/T040-setup.sh
cli/new: convert to new config framework
[notmuch] / test / T040-setup.sh
index fbfe200aa58d3260341d0f8475e543a48a07d37e..1223ebf7148cac7196372eada348bf64fa42d671 100755 (executable)
@@ -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"