From 5147b675cbe2b5fb3cfb2923e40434a93eac4052 Mon Sep 17 00:00:00 2001 From: Alexander Barton Date: Sun, 17 Feb 2008 13:51:00 +0000 Subject: [PATCH] Removed the SQUIT test for now, actually we don't support it yet. --- src/testsuite/misc-test.e | 8 +------- 1 file changed, 1 insertion(+), 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 }