add another test

This commit is contained in:
Havoc Pennington 2003-02-16 07:25:30 +00:00
parent 4a8a03aeb7
commit ac5183eafc

View file

@ -0,0 +1,8 @@
## this tests that receiving a nonexistent command is handled properly
## by a client
CLIENT
EXPECT_COMMAND AUTH
SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
EXPECT_COMMAND ERROR
EXPECT_STATE WAITING_FOR_INPUT