mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
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:
parent
1f14dbfbd7
commit
003fdba7a4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue