X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT750-gzip.sh;h=fac41d399bb7309203770b8f30a6a3265f827412;hp=5b678fa1eda29960473549b9223067ba39c7c388;hb=1c390652455356c9acfea0eb982c688e2f09e47a;hpb=6682b4e686b7972883626c9b0f941ae4bf02dedb diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh index 5b678fa1..fac41d39 100755 --- a/test/T750-gzip.sh +++ b/test/T750-gzip.sh @@ -167,4 +167,11 @@ This is just a test message (#7) EOF 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" +ulimit -n 200 +gzip --recursive ${MAIL_DIR} +test_expect_success "notmuch new" + test_done