X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT055-path-config.sh;h=f0ce55dac93a494d51ab3eab9cb1c9bbcdb9c9a7;hb=063f5e98620e2f2adeaa8b3313cdac85eb4ef4db;hp=38f72e5e3bee85cad71ee414518459cd84a5154c;hpb=b264a49be3dccb7d110eae6420019a052f1f665b;p=notmuch diff --git a/test/T055-path-config.sh b/test/T055-path-config.sh index 38f72e5e..f0ce55da 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 <