diff --git a/t/auto-daemon-tests-bundle.pl b/t/auto-daemon-tests-bundle.pl index 006d9aaf6..22c91ff6b 100755 --- a/t/auto-daemon-tests-bundle.pl +++ b/t/auto-daemon-tests-bundle.pl @@ -3085,5 +3085,269 @@ is($port_d, $port_dx, "same port"); +($sock_a, $sock_b, $sock_c) = + new_call([qw(198.51.100.14 6470)], + [qw(198.51.100.14 6472)], + [qw(198.51.100.14 6474)]); + +($port_a, undef, $port_b) = offer('strict bundle, accept', + { bundle => ['strict'] }, <