LMDB: introduce as Experimental. Bug 1856
[exim.git] / test / runtest
index 0a95b70ec7df0141e4e9177557c783bba058f8ed..d9005e83d5f274f8075c2b237fa03d8785054237 100755 (executable)
@@ -1024,6 +1024,9 @@ RESET_AFTER_EXTRA_LINE_READ:
     # Environment cleaning
     next if /\w+ in keep_environment\? (yes|no)/;
 
+    # Sizes vary with test hostname
+    s/^cmd buf flush \d+ bytes$/cmd buf flush ddd bytes/;
+
     # When Exim is checking the size of directories for maildir, it uses
     # the check_dir_size() function to scan directories. Of course, the order
     # of the files that are obtained using readdir() varies from system to