]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/who-test.e
Test suite: Correctly test for LOGNAME and USER
[ngircd-alex.git] / src / testsuite / who-test.e
index 39d50eded65897aa0bb35bcde709f443130365cf..55c65702eb342805b9ab71ddbd99d5c68de78870 100644 (file)
@@ -89,7 +89,7 @@ expect {
 send "part #channel\r"
 expect {
        timeout { exit 1 }
-       "@* PART #channel :nick"
+       "@* PART #channel :"
 }
 
 send "who Real?Name\r"
@@ -199,5 +199,5 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "Connection closed"
+       "ERROR :Closing connection"
 }