git://git.exim.org
/
users
/
jgh
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Add support for zstd compressed .zst files (Bug 2515)
[users/jgh/exim.git]
/
test
/
runtest
diff --git
a/test/runtest
b/test/runtest
index 14601c671eff9135995f7bbd64f9067b5089dff4..595566e409a7b43fdb94512103b09df99ebd342e 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-893,7
+893,7
@@
RESET_AFTER_EXTRA_LINE_READ:
# The sizes of filter files may vary because of the substitution of local
# filenames, logins, etc.
# The sizes of filter files may vary because of the substitution of local
# filenames, logins, etc.
- s/^\d+(?= bytes read from )/ssss/;
+ s/^\d+(?=
(\(tainted\) )?
bytes read from )/ssss/;
# ======== OpenSSL error messages ========
# ======== OpenSSL error messages ========
@@
-943,9
+943,7
@@
RESET_AFTER_EXTRA_LINE_READ:
# at least we'll still be checking the number of open fd's.
s/max fd = \d+/max fd = dddd/;
# at least we'll still be checking the number of open fd's.
s/max fd = \d+/max fd = dddd/;
- s/status=0 RDONLY/STATUS/g;
- s/status=1 WRONLY/STATUS/g;
- s/status=2 RDWR/STATUS/g;
+ s/status=[0-9a-f]+ (?:RDONLY|WRONLY|RDWR)/STATUS/g;
# ======== Contents of spool files ========
# ======== Contents of spool files ========
@@
-1423,6
+1421,9
@@
RESET_AFTER_EXTRA_LINE_READ:
# Platform differences for errno values (eg. Hurd). Leave 0 and negative numbers alone.
s/R=\w+ T=\w+ defer\K \([1-9]\d*\): / (EEE): /;
# Platform differences for errno values (eg. Hurd). Leave 0 and negative numbers alone.
s/R=\w+ T=\w+ defer\K \([1-9]\d*\): / (EEE): /;
+
+ # Platform differences in errno strings
+ s/Arg list too long/Argument list too long/;
}
# ======== mail ========
}
# ======== mail ========