git://git.exim.org
/
users
/
jgh
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
23f2e90
)
Testsuite: Solaris munge
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 22 Jan 2020 17:06:48 +0000
(17:06 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Thu, 23 Jan 2020 15:28:22 +0000
(15:28 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 1b704b1abd3eda458acd193aed093f027bece987..595566e409a7b43fdb94512103b09df99ebd342e 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1320,7
+1320,6
@@
RESET_AFTER_EXTRA_LINE_READ:
# Platform differences in errno strings
s/ SMTP\(Operation timed out\)<</ SMTP(Connection timed out)<</;
# Platform differences in errno strings
s/ SMTP\(Operation timed out\)<</ SMTP(Connection timed out)<</;
- s/Arg list too long/Argument list too long/;
# Platform differences for errno values (eg. Hurd)
s/^errno = \d+$/errno = EEE/;
# Platform differences for errno values (eg. Hurd)
s/^errno = \d+$/errno = EEE/;
@@
-1422,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 ========