diff options
Diffstat (limited to 'src/testsuite/message-test.e')
| -rw-r--r-- | src/testsuite/message-test.e | 7 |
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- |