Default to filesystem space/inode checking enabled
[exim.git] / test / runtest
index d9005e83d5f274f8075c2b237fa03d8785054237..b4c66840a5aa07f94f282b38d6c7bdd81d25f56c 100755 (executable)
@@ -1027,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