diff options
-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. |