]> arthur.barton.de Git - ngircd.git/blobdiff - src/testsuite/kick-test.e
Test suite: wait for ERROR message on QUIT
[ngircd.git] / src / testsuite / kick-test.e
index 89da611dc27f6fcfec7b0f992eb86d916fbd0ac6..a8038796a437a3459c5b74a31ffd24010fc92d88 100644 (file)
@@ -109,5 +109,5 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "Connection closed"
+       "ERROR :Closing connection"
 }