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
set DeviceType dummy
set Address localhost
set Port 32751
set Port 32756
start $r1
EOF

View file

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