X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT055-path-config.sh;h=b910e28ee6257ac8734bcde968257fb7ddb471f9;hb=d9a2b900b6525874b913276af91840983d81b3f1;hp=ef22e96410d1df96387e4549f7559d8badb3cc6f;hpb=3e2e724d53a1dce3ba00a20c71b2e6f735678136;p=notmuch diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index ef22e964..b910e28e 100755 --- a/test/T055-path-config.sh +++ b/test/T055-path-config.sh @@ -306,8 +306,31 @@ 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 <