test/T750-gzip: don't compress the xapian database

This causes mysterious failures in trying to detect if a database
exists.
This commit is contained in:
David Bremner 2021-01-03 19:35:12 -04:00
parent 1f14dbfbd7
commit 003fdba7a4

View file

@ -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