X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=test%2FT750-gzip.sh;fp=test%2FT750-gzip.sh;h=fac41d399bb7309203770b8f30a6a3265f827412;hp=5b678fa1eda29960473549b9223067ba39c7c388;hb=1979145b91fa85d6952b94db561a46238265d910;hpb=74a1b5ac65b31f7ebc1258b259b8c355023e21b4 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