X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=test%2FT750-gzip.sh;h=4408d085a58031046d81148375695d55ce5eef25;hb=d9a2b900b6525874b913276af91840983d81b3f1;hp=7d550e666a85547cb1898e1f18c321f2e0ece668;hpb=003fdba7a4d109581064c5bf12748bc13fd7cf47;p=notmuch diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh index 7d550e66..4408d085 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 -find ${MAIL_DIR} -name .notmuch -prune -o -type f -print0 | xargs -0 gzip -- +find ${MAIL_DIR} -name .notmuch -prune -o -type f -print0 | xargs -0 gzip -- test_expect_success "notmuch new" test_done