commit 0510bbe958c12ce7990dbc533b41a650678a10f6 from: Brandon Beresini via: Florian Westphal date: Fri May 09 19:54:47 2008 UTC Removed space after # so that Cygwin's version of expect recognizes comments. commit - 12cd554af1709c44f35024d7d2fc368fb22f133d commit + 0510bbe958c12ce7990dbc533b41a650678a10f6 blob - 17afbd28a354ee620420a03865ae0d5df2cf1b7d blob + cc7015a5e5dffe58e76598b42db81bd78071b537 --- src/testsuite/invite-test.e +++ 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"