diff options
author | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-15 23:51:43 +0200 |
---|---|---|
committer | Heiko Schlittermann (HS12-RIPE) <hs@schlittermann.de> | 2016-10-15 23:51:43 +0200 |
commit | a98e6acae2a0aa1ba884da4d6cfb4c107b053e25 (patch) | |
tree | 3bfd9d07bc767ba3b6b6d8302a4df64079e887f0 /test | |
parent | d63a9563033c690d8b7f572780b332fa9620ef3b (diff) |
Testsuite: re-insert munge expression about size/inode
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 71d4434f1..ded6e4c55 100755 --- a/test/runtest +++ b/test/runtest @@ -762,6 +762,10 @@ 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. |