]> arthur.barton.de Git - ngircd.git/blobdiff - src/testsuite/whois-test.e
Test suite: wait for ERROR message on QUIT
[ngircd.git] / src / testsuite / whois-test.e
index 44eee6689d2ea18cf159a338dcc1b8d17a2888ec..74442ed49bfb54f4162cc29aa1ff9996c2bb3e37 100644 (file)
@@ -73,5 +73,5 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "ERROR"
+       "ERROR :Closing connection"
 }