X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT055-path-config.sh;h=6d9fb40291bf2e1692ade64599f748d1bd8fe5fd;hb=d7f95724132bf658fd151630185899737e2ed829;hp=ef22e96410d1df96387e4549f7559d8badb3cc6f;hpb=a83ad52da40b51b8419cae3c9ce1517ac33e547c;p=notmuch diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index ef22e964..6d9fb402 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -306,7 +306,23 @@ 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)" + echo 'notmuch@notmuchmail.org' > EXPECTED + test_python <