]> git.cworth.org Git - notmuch/blobdiff - test/T030-config.sh
CLI: exit with error when load_config returns an error.
[notmuch] / test / T030-config.sh
index c416e781708af34efe92bbf9901fd8ad8d9b96f1..2d3017dad96b05ddb766c1b0a3505f17d2415ec9 100755 (executable)
@@ -196,7 +196,6 @@ output=$(notmuch config get built_with.nonexistent)
 test_expect_equal "$output" "false"
 
 test_begin_subtest "Bad utf8 reported as error"
-test_subtest_known_broken
 cp initial-config bad-config
 printf '[query]\nq3=from:\xff\n' >>bad-config
 test_expect_code 1 "notmuch --config=./bad-config config list"