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