Author: Sergey Poznyakoff <gray@gnu.org>
Description: Try to fix flaky autotest #5
Date:   Tue, 20 Aug 2024 11:26:49 +0200
Forwarded: not-needed

diff --git a/tests/logfmt.at b/tests/logfmt.at
index 84b52bd..b39f5c2 100644
--- a/tests/logfmt.at
+++ b/tests/logfmt.at
@@ -29,7 +29,10 @@ end
 end
 ])
 m4_popdef([HARNESS_OPTIONS])
-AT_CHECK([cat pound.log | sed -e 's/^pound: //' \
+AT_CHECK([
+sync
+sync
+cat pound.log | sed -e 's/^pound: //' \
    -e '/^starting/d' \
    -e '/^shutting down/d' \
    -e '/obtained address/d' \
