aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2021-01-03 19:35:12 -0400
committerDavid Bremner <david@tethera.net>2021-01-15 07:43:07 -0400
commit003fdba7a4d109581064c5bf12748bc13fd7cf47 (patch)
treeecd996744132f7a923536f7558833b45ad6e1704 /test
parent1f14dbfbd72d5c4aa04c4903155060f7c69c608f (diff)
test/T750-gzip: don't compress the xapian database
This causes mysterious failures in trying to detect if a database exists.
Diffstat (limited to 'test')
-rwxr-xr-xtest/T750-gzip.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/T750-gzip.sh b/test/T750-gzip.sh
index fac41d39..7d550e66 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
-gzip --recursive ${MAIL_DIR}
+find ${MAIL_DIR} -name .notmuch -prune -o -type f -print0 | xargs -0 gzip --
test_expect_success "notmuch new"
test_done