summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2020-01-22 11:27:34 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2020-01-22 11:27:34 +0000
commit94effde9cace54a4b164001da229d59cc46c20ca (patch)
tree716229ec5a52751edf451e66f1e77d7e206d0b12 /test/runtest
parent7bca7fc46f67023eeeff53ebf8cf9bdb27f336c2 (diff)
Avoid Solaris compiler issue
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index c590ffc31..1b704b1ab 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1320,6 +1320,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# 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/;