1## this tests we can't auth if socket reports silly credentials but we ask for our own uid 2 3SERVER 4## verify that prior to doing anything, we haven't authed as anyone 5EXPECT_HAVE_NO_CREDENTIALS 6SILLY_CREDENTIALS 7SEND 'AUTH EXTERNAL USERID_HEX' 8EXPECT_COMMAND REJECTED 9EXPECT_STATE WAITING_FOR_INPUT 10## verify that we still haven't authed as anyone 11EXPECT_HAVE_NO_CREDENTIALS 12 13