diff options
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 1 |
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/; |