Fix invitation tests if port 655 is available.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 2 Apr 2018 10:29:46 +0000 (12:29 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 2 Apr 2018 10:29:46 +0000 (12:29 +0200)
Running the "del Port" command when no Port is set returns an error. But
it is not necessary anyway since the later "set Port" command will
overwrite it.

test/invite-join.test
test/invite-offline.test

index 4c254a4..5167320 100755 (executable)
@@ -9,7 +9,6 @@ init foo
 set DeviceType dummy
 set Mode switch
 set Broadcast no
-del Port
 set Address localhost
 set Port 32751
 start $r1
index 0903417..62bfcb4 100755 (executable)
@@ -9,7 +9,6 @@ init foo
 set DeviceType dummy
 set Mode switch
 set Broadcast no
-del Port
 set Address localhost
 set Port 32758
 EOF