summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-09-06 16:10:58 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-09-06 16:10:58 +0100
commit93c3f40d578a22c112fd67954528f921dae50a78 (patch)
treeb988c253e754049696601d16c06c537e84b6cc4f /test/runtest
parent0a4c166645a4b3a0112f59ccf1ee2890b98afe54 (diff)
Testsuite: munge for FreeBSD
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 629b45dbf..1730a9889 100755
--- a/test/runtest
+++ b/test/runtest
@@ -856,7 +856,7 @@ RESET_AFTER_EXTRA_LINE_READ:
s/(?:Can(?:no|')t assign requested address|Address not available)/Netwk addr not available/;
s/Operation timed out/Connection timed out/;
s/Address family not supported by protocol family/Network Error/;
- s/Network is unreachable/Network unreachable/;
+ s/Network(?: is)? unreachable/Network Error/;
s/Invalid argument/Network Error/;
s/\(\d+\): Network/(dd): Network/;