diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-03 15:48:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-09-03 15:48:54 +0100 |
commit | f5759daf16a28e5b395849b2ce4762f3bb46d3ce (patch) | |
tree | 047f4749109d31901bf008b651a369ba8409681c /test/runtest | |
parent | 27a47076355329d40564a9ac6d39f34d44fc8cbb (diff) |
Testsuite: more munging for Alpine Linux
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 85f4be8a2..204e09e76 100755 --- a/test/runtest +++ b/test/runtest @@ -1453,7 +1453,7 @@ RESET_AFTER_EXTRA_LINE_READ: s/ \.\.\. >>> / ... /; if (s/ non-TFO mode connection attempt to 224.0.0.0, 0 data\b$//) { chomp; $_ .= <IN>; } s/Address family not supported by protocol family/Network Error/; - s/Network is unreachable/Network Error/; + s/Network(?: is)? unreachable/Network Error/; } next if /^(ppppp |\d+ )?setsockopt FASTOPEN: Protocol not available$/; s/^(Connecting to .* \.\.\. sending) \d+ (nonTFO early-data)$/$1 dd $2/; |