]> git.notmuchmail.org Git - notmuch/blobdiff - test/config
test: basic: drop 'ensure all available tests are run'
[notmuch] / test / config
index 344eced36c9781b7d26a4006a7f4efb5a9be4d1b..ca4cf330eb57c2f9b014cb02acd1e42d2a64ac3e 100755 (executable)
@@ -78,7 +78,6 @@ test_expect_equal "$(notmuch --config=alt-config-link config get user.name)" \
     "Link Name"
 
 test_begin_subtest "Writing config file through symlink follows symlink"
-test_subtest_known_broken
 test_expect_equal "$(readlink alt-config-link)" "alt-config"
 
 test_done