]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/opless-channel-test.e
ngIRCd Release 27
[ngircd-alex.git] / src / testsuite / opless-channel-test.e
index 7d941720afb5689e08a1ce04175ffc5a0af66c02..cd4f9a0bc067f9714d0c7b54ab3aa523e13a2a45 100644 (file)
@@ -1,7 +1,7 @@
 # ngIRCd test suite
 # Op-less channel test
 
-spawn telnet localhost 6789
+spawn telnet 127.0.0.1 6789
 expect {
        timeout { exit 1 }
        "Connected"
@@ -29,5 +29,5 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "Connection closed"
+       "ERROR :Closing connection"
 }