X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=test%2FT750-gzip.sh;h=7d550e666a85547cb1898e1f18c321f2e0ece668;hb=53f27aaf73192babf831e907ade71dc16f6880be;hp=fac41d399bb7309203770b8f30a6a3265f827412;hpb=4c5b17b10b786994255641fee8df4733c3586f3e;p=notmuch diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh index fac41d39..7d550e66 100755 --- a/test/T750-gzip.sh +++ b/test/T750-gzip.sh @@ -171,7 +171,7 @@ test_expect_equal_file EXPECTED OUTPUT add_email_corpus lkml test_begin_subtest "new doesn't run out of file descriptors with many gzipped files" 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