From a90004b9133b62b3dc2ee80c572a8d0c9c607141 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Thu, 17 Apr 2014 23:55:49 +0200 Subject: Test suite: Update file headers and comments --- src/testsuite/message-test.e | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/testsuite/message-test.e') 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- -- cgit 1.4.1