Removed the SQUIT test for now, actually we don't support it yet.

This commit is contained in:
Alexander Barton 2008-02-17 13:51:00 +00:00 committed by Florian Westphal
parent ddecfcd831
commit 5147b675cb
1 changed files with 1 additions and 7 deletions

View File

@ -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 }