X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT750-gzip.sh;h=4408d085a58031046d81148375695d55ce5eef25;hb=063f5e98620e2f2adeaa8b3313cdac85eb4ef4db;hp=f4e0c42a8e8ec9f273326eac630628ad9d44629d;hpb=2cf38f8e1c1d3b50ac41b002308de5eea9efc61d;p=notmuch diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh index f4e0c42a..4408d085 100755 --- a/test/T750-gzip.sh +++ b/test/T750-gzip.sh @@ -170,9 +170,8 @@ 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} +find ${MAIL_DIR} -name .notmuch -prune -o -type f -print0 | xargs -0 gzip -- test_expect_success "notmuch new" test_done