diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-19 17:35:12 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-11-19 17:35:12 +0000 |
commit | 30d678d5cee88e21aaac4e1de3130d91bdf51abc (patch) | |
tree | e5fba7414d706176136a26960836b290f6d846f6 /test/runtest | |
parent | b3200ced2a89fa536907e70e67f80860d1df20b6 (diff) |
Testsuite another platform difference in errstr
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 b8e97024d..531931535 100755 --- a/test/runtest +++ b/test/runtest @@ -1080,6 +1080,7 @@ RESET_AFTER_EXTRA_LINE_READ: { $_ .= <IN>; s/ \.\.\. >>> / ... /; + s/Address family not supported by protocol family/Network Error/; s/Network is unreachable/Network Error/; } |