]> arthur.barton.de Git - ngircd.git/blobdiff - src/testsuite/check-idle.e
Test suite: wait for ERROR message on QUIT
[ngircd.git] / src / testsuite / check-idle.e
index ad112b25688ded0ab204b9feafb6372be1b5486b..3c37e80be30c637caac9252efe3db66774a416cb 100644 (file)
@@ -25,7 +25,7 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "Connection closed"
+       "ERROR :Closing connection"
 }
 
 exit $r