Use unique ports for all tests.

This commit is contained in:
Guus Sliepen 2017-03-26 16:46:03 +02:00
parent add75303e9
commit ccb4fb6f7a
2 changed files with 2 additions and 2 deletions

View file

@ -8,7 +8,7 @@ $tinc $c1 <<EOF
init foo init foo
set DeviceType dummy set DeviceType dummy
set Address localhost set Address localhost
set Port 32751 set Port 32756
start $r1 start $r1
EOF EOF

View file

@ -13,7 +13,7 @@ $tinc $c1 <<EOF
init foo init foo
set Mode switch set Mode switch
set Interface ping.test1 set Interface ping.test1
set Port 32573 set Port 32577
set Address localhost set Address localhost
EOF EOF