diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-08 16:26:14 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-08-08 16:26:14 +0100 |
commit | 76003495bfb6712c30b07cbcaf088c80b69b720d (patch) | |
tree | 94544796a64cce91cc736a472828505abff963d0 /test/runtest | |
parent | fc43746d1c5e5712585556ef55a73f2e46db476b (diff) |
Testsuite: accept debug & testscript output sizes varying with testhost name
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest index 0a95b70ec..713c467d1 100755 --- a/test/runtest +++ b/test/runtest @@ -867,6 +867,9 @@ RESET_AFTER_EXTRA_LINE_READ: # gnutls version variances next if /^Error in the pull function./; + + # Sizes vary with test hostname + s/^BDAT \d+/BDAT ddd/; } # ======== stderr ======== @@ -1024,6 +1027,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Environment cleaning next if /\w+ in keep_environment\? (yes|no)/; + # Sizes vary with test hostname + s/^cmd buf flush \d+ bytes$/cmd buf flush ddd bytes/; + # 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 |