diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-13 13:17:51 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2020-04-13 13:17:51 +0100 |
commit | 6a72548d36fb6697c5748cb944dfdcbfeb31ad76 (patch) | |
tree | e4f79f44c392d8b56043743732aa310c39401abf /test | |
parent | f82c06aac7959d473020a68bb24a74690a1ac5ef (diff) |
Testsuite: munge for platform variances
Diffstat (limited to 'test')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/runtest b/test/runtest index 6ada78b25..f90249fb8 100755 --- a/test/runtest +++ b/test/runtest @@ -827,11 +827,10 @@ RESET_AFTER_EXTRA_LINE_READ: # ======== IP error numbers and messages ======== # These vary between operating systems - s/Can't assign requested address/Network Error/; - s/Cannot assign requested address/Network Error/; + s/Can(no|')t assign requested address/Network Error/; s/Operation timed out/Connection timed out/; s/Address family not supported by protocol family/Network Error/; - s/Network is unreachable/Network Error/; + s/Network( is)? unreachable/Network Error/; s/Invalid argument/Network Error/; s/\(\d+\): Network/(dd): Network/; |