diff --git a/t/auto-daemon-tests-measure-rtp.pl b/t/auto-daemon-tests-measure-rtp.pl index 15f7bde3a..225f06fb4 100755 --- a/t/auto-daemon-tests-measure-rtp.pl +++ b/t/auto-daemon-tests-measure-rtp.pl @@ -26,6 +26,8 @@ my ($sock_a, $sock_b, $sock_c, $sock_d, $port_a, $port_b, $ssrc, $ssrc_b, $resp, +if ($extended_tests) { + ($sock_a, $sock_ax, $sock_b, $sock_bx) = new_call( [qw(198.51.100.1 7184)], [qw(198.51.100.1 7185)], @@ -459,8 +461,6 @@ is($resp->{totals}{RTCP}{bytes}, 104, 'RTCP octet count'); -if ($extended_tests) { - ($sock_a, $sock_ax, $sock_b, $sock_bx) = new_call([qw(198.51.100.23 3000)], [qw(198.51.100.23 3001)], [qw(198.51.100.23 3002)], [qw(198.51.100.23 3003)]);