summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2016-09-28 19:41:08 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2016-09-28 22:02:50 +0100
commitddf1b11a732e293cd242c80bc63d459dda595bf4 (patch)
tree62ef610c900c492f332fe511547eeae1ce8900e8 /test/runtest
parent60d10ce7e68a5f2cf771a5c079521c8e4f18d157 (diff)
Default to filesystem space/inode checking enabled
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index d9005e83d..b4c66840a 100755
--- a/test/runtest
+++ b/test/runtest
@@ -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