From d32226bc14428864df08beccb3cf4f8a472f2eef Mon Sep 17 00:00:00 2001 From: Guus Sliepen Date: Mon, 2 Apr 2018 12:29:46 +0200 Subject: [PATCH] Fix invitation tests if port 655 is available. 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 | 1 - test/invite-offline.test | 1 - 2 files changed, 2 deletions(-) diff --git a/test/invite-join.test b/test/invite-join.test index 4c254a46..51673203 100755 --- a/test/invite-join.test +++ b/test/invite-join.test @@ -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 diff --git a/test/invite-offline.test b/test/invite-offline.test index 09034177..62bfcb41 100755 --- a/test/invite-offline.test +++ b/test/invite-offline.test @@ -9,7 +9,6 @@ init foo set DeviceType dummy set Mode switch set Broadcast no -del Port set Address localhost set Port 32758 EOF -- 2.20.1