X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT055-path-config.sh;h=d6494b92afa36f061515353cd82abcd1cb0990c4;hb=caafab01a4409fd2a1a5d31b3d05815bf587d8e0;hp=ef22e96410d1df96387e4549f7559d8badb3cc6f;hpb=5f077bef37462267258f95f7400596a157878b14;p=notmuch diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index ef22e964..d6494b92 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -306,7 +306,24 @@ EOF output2=$(notmuch --config='' config get ${key}) notmuch config set ${key} test_expect_equal "${output}+${output2}" "${value}+" - ;; + ;& + split) + test_begin_subtest "'to' header does not crash (python-cffi) ($config)" + test_subtest_known_broken + echo 'notmuch@notmuchmail.org' > EXPECTED + test_python <