]> git.notmuchmail.org Git - notmuch/blobdiff - test/T750-gzip.sh
lib/database: delete stemmer on destroy
[notmuch] / test / T750-gzip.sh
index fac41d399bb7309203770b8f30a6a3265f827412..4408d085a58031046d81148375695d55ce5eef25 100755 (executable)
@@ -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