From: Brandon Beresini Date: Fri, 9 May 2008 17:23:43 +0000 (-0700) Subject: Removed space after # so that Cygwin's version of expect recognizes comments. X-Git-Tag: rel-13-rc1~116 X-Git-Url: https://arthur.barton.de/cgi-bin/gitweb.cgi?p=ngircd-alex.git;a=commitdiff_plain;h=0510bbe958c12ce7990dbc533b41a650678a10f6 Removed space after # so that Cygwin's version of expect recognizes comments. --- diff --git a/src/testsuite/invite-test.e b/src/testsuite/invite-test.e index 17afbd28..cc7015a5 100644 --- a/src/testsuite/invite-test.e +++ b/src/testsuite/invite-test.e @@ -73,7 +73,7 @@ send "invite nick #channel\r" expect { timeout { exit 1 } "482 nick #channel :You are not channel operator" - # it would be reasonable to expect 443 here instead + #it would be reasonable to expect 443 here instead } send "part #channel\r"