From: Alexander Barton Date: Sun, 17 Feb 2008 13:51:00 +0000 (+0000) Subject: Removed the SQUIT test for now, actually we don't support it yet. X-Git-Tag: rel-0-12-0-pre1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5147b675cbe2b5fb3cfb2923e40434a93eac4052;p=ngircd Removed the SQUIT test for now, actually we don't support it yet. --- diff --git a/src/testsuite/misc-test.e b/src/testsuite/misc-test.e index 5c985f55..4b883798 100644 --- a/src/testsuite/misc-test.e +++ b/src/testsuite/misc-test.e @@ -1,4 +1,4 @@ -# $Id: misc-test.e,v 1.1 2008/02/17 13:26:42 alex Exp $ +# $Id: misc-test.e,v 1.2 2008/02/17 13:51:00 alex Exp $ spawn telnet localhost 6789 expect { @@ -35,12 +35,6 @@ expect { "374" } -send "squit\r" -expect { - timeout { exit 1 } - "481" -} - send "quit\r" expect { timeout { exit 1 }