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