repo: ngircd
action: commit
revision: 
path_from: 
revision_from: 0510bbe958c12ce7990dbc533b41a650678a10f6:
path_to: 
revision_to: 
git.thebackupbox.net
ngircd
git clone git://git.thebackupbox.net/ngircd
commit 0510bbe958c12ce7990dbc533b41a650678a10f6
Author: Brandon Beresini 
Date:   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
index 17afbd28a354ee620420a03865ae0d5df2cf1b7d..
index ..cc7015a5e5dffe58e76598b42db81bd78071b537 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"

-----END OF PAGE-----