X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/fc43746d1c5e5712585556ef55a73f2e46db476b..493e0e6648552c0dce6c5225c8438d2829f1ac11:/test/runtest?ds=sidebyside diff --git a/test/runtest b/test/runtest index 0a95b70ec..b4c66840a 100755 --- a/test/runtest +++ b/test/runtest @@ -1024,6 +1024,12 @@ 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/; + + # 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