comparison stream_udp_limit_conn.t @ 925:6bb1f2ccd386

Tests: removed unused variables.
author Andrey Zelenkov <zelenkov@nginx.com>
date Fri, 13 May 2016 14:46:07 +0300
parents d2cb9ed7412e
children 25a4b2fdd3fb
comparison
equal deleted inserted replaced
924:54680c434afa 925:6bb1f2ccd386
79 $t->run_daemon(\&udp_daemon, $t); 79 $t->run_daemon(\&udp_daemon, $t);
80 $t->waitforfile($t->testdir . '/8080'); 80 $t->waitforfile($t->testdir . '/8080');
81 81
82 ############################################################################### 82 ###############################################################################
83 83
84 my $str = '.';
85
86 # same and other zones 84 # same and other zones
87 85
88 my $s = dgram('127.0.0.1:8081'); 86 my $s = dgram('127.0.0.1:8081');
89 87
90 is($s->io('1'), '1', 'passed'); 88 is($s->io('1'), '1', 'passed');