summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien+git@xlumurb.eu>2022-03-05 12:00:00 +0000
committerGuillaume Girol <symphorien+git@xlumurb.eu>2022-03-05 12:00:00 +0000
commit75728d2686dec5ef2a73cdf80174311587413392 (patch)
tree6891898412a5b2f18a22493ad73f7a9dfccf9da3
parent7de138037f62679e2fefa0549af543412dab0d1a (diff)
tests: compatibility with fts xapian 1.5.4
-rw-r--r--tests/external.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/external.nix b/tests/external.nix
index ba97815..f30a1e5 100644
--- a/tests/external.nix
+++ b/tests/external.nix
@@ -489,7 +489,7 @@ pkgs.nixosTest {
client.fail("search Junk a >&2")
# check that search really goes through the indexer
server.succeed(
- "journalctl -u dovecot2 | grep -E 'indexer-worker.* Mailbox INBOX: Mailbox opened because: indexing' >&2"
+ "journalctl -u dovecot2 | grep -E 'indexer-worker.* Done indexing .INBOX.' >&2"
)
# check that Junk is not indexed
server.fail("journalctl -u dovecot2 | grep 'indexer-worker' | grep -i 'JUNK' >&2")