diff options
| author | David Bremner <david@tethera.net> | 2022-01-08 10:03:16 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2022-01-08 16:29:41 -0400 |
| commit | 9e7ea628e6bddbd7345d053a3daf14af74896cc2 (patch) | |
| tree | c9d1e1f324b043c3b76c1e1c0ddca47e55d99849 /test | |
| parent | d9a2b900b6525874b913276af91840983d81b3f1 (diff) | |
python-cffi: returned OwnedMessage objects from Message.replies
If we return regular Message objects, python will try to destroy them,
and the underlying notmuch object, causing e.g. the crash [1].
[1]: id:87sfu6utxg.fsf@tethera.net
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T392-python-cffi-notmuch.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/T392-python-cffi-notmuch.sh b/test/T392-python-cffi-notmuch.sh index 50012c55..15c8fc6b 100755 --- a/test/T392-python-cffi-notmuch.sh +++ b/test/T392-python-cffi-notmuch.sh @@ -24,13 +24,11 @@ show_msgs(thread, 0) EOF test_begin_subtest "recursive traversal of replies (no crash)" -test_subtest_known_broken test_python < recurse.py error=$? test_expect_equal "${error}" 0 test_begin_subtest "recursive traversal of replies (output)" -test_subtest_known_broken test_python < recurse.py tail -n 10 < OUTPUT > OUTPUT.sample cat <<EOF > EXPECTED |
