From 0510bbe958c12ce7990dbc533b41a650678a10f6 Mon Sep 17 00:00:00 2001 From: Brandon Beresini Date: Fri, 9 May 2008 10:23:43 -0700 Subject: [PATCH] Removed space after # so that Cygwin's version of expect recognizes comments. --- src/testsuite/invite-test.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.40.0