X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/76003495bfb6712c30b07cbcaf088c80b69b720d..8e6c4db10e5b9bc2fa89a7b5d38fcf12bb03fd2f:/test/runtest diff --git a/test/runtest b/test/runtest index 713c467d1..b4c66840a 100755 --- a/test/runtest +++ b/test/runtest @@ -867,9 +867,6 @@ RESET_AFTER_EXTRA_LINE_READ: # gnutls version variances next if /^Error in the pull function./; - - # Sizes vary with test hostname - s/^BDAT \d+/BDAT ddd/; } # ======== stderr ======== @@ -1030,6 +1027,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Sizes vary with test hostname s/^cmd buf flush \d+ bytes$/cmd buf flush ddd bytes/; + # Spool filesystem free space changes on different systems. + s/^((spool|log) directory space =) \d+K (inodes =) \d+/$1 nnnnnK $3 nnnnn/; + # 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