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 4c254a464cd1a463957455b53a592f5c03d0764d..516732039868e93a71555dcf9b9458f38dbeacb8 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 0903417720f7e3500ed109ee42b6e7bfa433d7fe..62bfcb4137d7cd67fc8398d2f49c17548417ce72 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