diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-15 22:48:26 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-15 23:04:01 +0200 |
commit | ad42405613da5439cab19b4c713f000eb9cb1d2e (patch) | |
tree | a9a026ce6ea57731234b9bcc834d8096bc523cb1 /test/runtest | |
parent | c9fb699464874a5c8932d1766405244f89203102 (diff) |
Testsuite: stabilize disk space/inode munging
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/runtest b/test/runtest index 71623a2f3..2c76f176b 100755 --- a/test/runtest +++ b/test/runtest @@ -758,10 +758,6 @@ RESET_AFTER_EXTRA_LINE_READ: s/Delivered\s+\d+/Delivered nnn/; - # ======== Values in spool space failure message ======== - s/space=\d+ inodes=[+-]?\d+/space=xxxxx inodes=xxxxx/; - - # ======== Filter sizes ======== # The sizes of filter files may vary because of the substitution of local # filenames, logins, etc. @@ -1028,7 +1024,7 @@ RESET_AFTER_EXTRA_LINE_READ: 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/; + s/^((?:spool|log) directory space =) -?\d+K (inodes =)\s*-?\d+/$1 nnnnnK $2 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 |