changeset 1975:e6b20af0be5b

Tests: fixed http_listen.t on platforms without IPv6.
author Maxim Dounin <mdounin@mdounin.ru>
date Sat, 11 May 2024 18:55:25 +0300
parents b5036a0f9ae0
children 4e79bd25642f
files http_listen.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/http_listen.t
+++ b/http_listen.t
@@ -71,7 +71,7 @@ my $p2 = port(8182);
 plan(skip_all => 'no requested ranges')
 	if "$p2$p3" ne "81828183";
 
-$t->run()->plan(9);
+$t->try_run('no inet6 support')->plan(9);
 
 ###############################################################################