aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2019-09-22 19:44:01 -0300
committerDavid Bremner <david@tethera.net>2019-10-12 08:45:55 -0300
commit4c5b17b10b786994255641fee8df4733c3586f3e (patch)
tree99621cdff001b81470f09c5c1ff4c54e86b5861e /test
parent2cf38f8e1c1d3b50ac41b002308de5eea9efc61d (diff)
util: unreference objects referenced by the returned stream obj
We want freeing the returned stream to also free these underlying objects. Compare tests/test-filters.c in the gmime 3.2.x source, which uses this same idiom. Thanks to James Troup for the report and the fix.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T750-gzip.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh
index f4e0c42a..fac41d39 100755
--- a/test/T750-gzip.sh
+++ b/test/T750-gzip.sh
@@ -170,7 +170,6 @@ test_expect_equal_file EXPECTED OUTPUT
# there are more than 200 messages in this corpus
add_email_corpus lkml
test_begin_subtest "new doesn't run out of file descriptors with many gzipped files"
-test_subtest_known_broken
ulimit -n 200
gzip --recursive ${MAIL_DIR}
test_expect_success "notmuch new"