diff options
| author | David Bremner <david@tethera.net> | 2019-10-13 09:24:48 -0300 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2019-10-13 09:24:48 -0300 |
| commit | 1979145b91fa85d6952b94db561a46238265d910 (patch) | |
| tree | d0e81d775c3534c2af2cb3c39bb1d3022aef355e /test | |
| parent | 74a1b5ac65b31f7ebc1258b259b8c355023e21b4 (diff) | |
| parent | 49621ea8d5596e707d81ec5aafcfb6a19f864819 (diff) | |
Merge branch 'release'
Diffstat (limited to 'test')
| -rwxr-xr-x | test/T750-gzip.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 |
