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 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/; } |