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