X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT030-config.sh;h=437269ff8e13219874a9dd7a1920383000d79fa9;hp=f404908a4a1c71f3f65e92c375d988604ffa469c;hb=792bea5aff135107fd970f51f3ef8c65f68194de;hpb=bbf6069252d31e6693ee99cce8bf4f9fab47e360 diff --git a/test/T030-config.sh b/test/T030-config.sh index f404908a..437269ff 100755 --- a/test/T030-config.sh +++ b/test/T030-config.sh @@ -44,7 +44,7 @@ test_expect_equal "$(notmuch config get foo.nonexistent)" "" test_begin_subtest "List all items" notmuch config set database.path "/canonical/path" -output=$(notmuch config list) +output=$(notmuch config list | notmuch_built_with_sanitize) test_expect_equal "$output" "\ database.path=/canonical/path user.name=Notmuch Test Suite @@ -56,7 +56,9 @@ search.exclude_tags= maildir.synchronize_flags=true crypto.gpg_path=gpg foo.string=this is another string value -foo.list=this;is another;list value;" +foo.list=this;is another;list value; +built_with.compact=something +built_with.field_processor=something" test_begin_subtest "Top level --config=FILE option" cp "${NOTMUCH_CONFIG}" alt-config