X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT030-config.sh;h=6610bf8e874ed9e93472159bc82b105be33bfca0;hb=e823d05ae6dc920d4fc9abf774c3d2575d891d7b;hp=883541d500798188714009b2ce703fe14450882f;hpb=6682b4e686b7972883626c9b0f941ae4bf02dedb;p=notmuch diff --git a/test/T030-config.sh b/test/T030-config.sh index 883541d5..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 @@ -76,7 +76,7 @@ test_expect_equal "$(notmuch --config:alt-config config get user.name)" \ "Another Name" test_begin_subtest "Top level --configFILE option" -test_expect_equal "$(notmuch --config alt-config config get user.name)" \ +test_expect_equal "$(notmuch --config alt-config config get user.name)" \ "Another Name" test_begin_subtest "Top level --config=FILE option changed the right file"