| 123456789101112131415 |
- Subject: Fix race in testsuite
- Author: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
- Date: 2020-06-21
- Forwarded: https://lists.barton.de/mailman3/hyperkitty/list/ngircd@lists.barton.de/thread/T3RTKOP4YI7XOK5PQE4AGKALJ26KZ5KB/?noscript
- --- a/src/testsuite/connect-ssl-cert2-test.e
- +++ b/src/testsuite/connect-ssl-cert2-test.e
- @@ -1,6 +1,7 @@
- # ngIRCd test suite
- # Server connect test
-
- +sleep 1
- spawn openssl s_client -quiet -connect 127.0.0.1:6790
- expect {
- timeout { exit 1 }
|