use a slightly different port than other tests

git-svn-id: file:///home/svn/incoming/trunk@3483 4d416f70-5f16-0410-b530-b9f4589650da
unstable
bmc 2006-01-30 22:11:36 +00:00
parent 750e119a76
commit 8d2582dffa
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ require 'rex/socket/udp'
class Rex::Socket::Udp::UnitTest < Test::Unit::TestCase
def test_udp
serv_port = 65432
serv_port = 55432
serv = Rex::Socket::Udp.create(
'LocalHost' => '127.0.0.1',
'LocalPort' => serv_port)