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