summary refs log tree commit diff
path: root/src/testsuite/message-test.e
diff options
context:
space:
mode:
authorAlexander Barton <alex@barton.de>2014-04-17 23:55:49 +0200
committerAlexander Barton <alex@barton.de>2014-04-17 23:56:36 +0200
commita90004b9133b62b3dc2ee80c572a8d0c9c607141 (patch)
tree156831f5c4f8e473cf12ebf7681ed400a2e2e504 /src/testsuite/message-test.e
parent9e79ed86058c88b1264e4507acbd0ae82f5c1290 (diff)
downloadngircd-a90004b9133b62b3dc2ee80c572a8d0c9c607141.tar.gz
ngircd-a90004b9133b62b3dc2ee80c572a8d0c9c607141.zip
Test suite: Update file headers and comments
Diffstat (limited to 'src/testsuite/message-test.e')
-rw-r--r--src/testsuite/message-test.e7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/testsuite/message-test.e b/src/testsuite/message-test.e
index 6e63bb52..0e70640e 100644
--- a/src/testsuite/message-test.e
+++ b/src/testsuite/message-test.e
@@ -1,3 +1,6 @@
+# ngIRCd test suite
+# PRIVMSG and NOTICE test
+
 spawn telnet localhost 6789
 expect {
 	timeout { exit 1 }
@@ -138,12 +141,8 @@ expect {
 	"401"
 }
 
-#cannot test host mask since localhost has no '.' as RFC requires
-
 send "quit\r"
 expect {
 	timeout { exit 1 }
 	"Connection closed"
 }
-
-# -eof-