diff options
| author | Alexander Barton <alex@barton.de> | 2008-02-17 13:51:00 +0000 |
|---|---|---|
| committer | Florian Westphal <fw@strlen.de> | 2008-02-26 23:49:33 +0100 |
| commit | 5147b675cbe2b5fb3cfb2923e40434a93eac4052 (patch) | |
| tree | 31c4ec28c079567629310c0640536f568bf07a6c /src/testsuite | |
| parent | ddecfcd8310f77974803c9c67431809320646a55 (diff) | |
| download | ngircd-5147b675cbe2b5fb3cfb2923e40434a93eac4052.tar.gz ngircd-5147b675cbe2b5fb3cfb2923e40434a93eac4052.zip | |
Removed the SQUIT test for now, actually we don't support it yet.
Diffstat (limited to 'src/testsuite')
| -rw-r--r-- | src/testsuite/misc-test.e | 8 |
1 files changed, 1 insertions, 7 deletions
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 } |