diff options
Diffstat (limited to 'mysql-test/main/openssl_1.test')
-rw-r--r-- | mysql-test/main/openssl_1.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/main/openssl_1.test b/mysql-test/main/openssl_1.test index 9232868b..24525287 100644 --- a/mysql-test/main/openssl_1.test +++ b/mysql-test/main/openssl_1.test @@ -68,7 +68,7 @@ drop table t1; # Test that we can't open connection to server if we are using # a different cacert # ---exec echo "this query should not execute;" > $MYSQLTEST_VARDIR/tmp/test.sql +--write_line "this query should not execute;" $MYSQLTEST_VARDIR/tmp/test.sql # Handle that openssl gives different error messages from YaSSL. --replace_regex /2026 TLS\/SSL error.*/2026 TLS\/SSL error: xxxx/ --error 1 |