Avoid Solaris compiler issue
[users/jgh/exim.git] / test / runtest
index c590ffc3189ca7bc9f6552097920466547b45fe6..1b704b1abd3eda458acd193aed093f027bece987 100755 (executable)
@@ -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/;