repo: ngircd action: commit revision: path_from: revision_from: 0510bbe958c12ce7990dbc533b41a650678a10f6: path_to: revision_to:
commit 0510bbe958c12ce7990dbc533b41a650678a10f6 Author: Brandon BeresiniDate: Fri May 9 10:23:43 2008 -0700 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
--- 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"
-----END OF PAGE-----