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