Removed the SQUIT test for now, actually we don't support it yet.
This commit is contained in:
parent
ddecfcd831
commit
5147b675cb
|
@ -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 }
|
||||
|
|
Loading…
Reference in New Issue