From: Guus Sliepen Date: Mon, 2 Apr 2018 10:29:46 +0000 (+0200) Subject: Fix invitation tests if port 655 is available. X-Git-Tag: release-1.1pre16~5 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=d32226bc14428864df08beccb3cf4f8a472f2eef;p=oweals%2Ftinc.git 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. --- diff --git a/test/invite-join.test b/test/invite-join.test index 4c254a4..5167320 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 0903417..62bfcb4 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