]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/testsuite/connect-ssl-cert1-test.e
Test suite: Correctly test for LOGNAME and USER
[ngircd-alex.git] / src / testsuite / connect-ssl-cert1-test.e
index e692110922a0e66636647624cb41594abff9f14e..37abb762458f13f53449b56df66a0603d135e1fb 100644 (file)
@@ -4,7 +4,7 @@
 spawn openssl s_client -quiet -connect 127.0.0.1:6790
 expect {
         timeout { exit 1 }
-        "*CN = my.first.domain.tld"
+        "*CN*=*my.first.domain.tld"
 }
 
 sleep 2
@@ -17,5 +17,5 @@ expect {
 send "quit\r"
 expect {
        timeout { exit 1 }
-       "Connection closed"
+       "ERROR :Closing connection"
 }