Skip to content

Commit 26a4644

Browse files
committed
don't run main.ssl_system_ca in --embedded
this test needs a *server* and tries to connect with $MYSQL to it
1 parent 683a498 commit 26a4644

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mysql-test/t/ssl_system_ca.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
# They only work for openssl, because the following line works only there:
66
let SSL_CERT_DIR=$MYSQL_TMP_DIR;
77

8+
source include/not_embedded.inc;
9+
810
if (`select @@version_ssl_library not like 'OpenSSL%'`) {
911
skip Needs OpenSSL;
1012
}

0 commit comments

Comments
 (0)