diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/data/test307 | 4 | ||||
-rw-r--r-- | tests/data/test308 | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/tests/data/test307 b/tests/data/test307 index 186b994ca..0be9dda1b 100644 --- a/tests/data/test307 +++ b/tests/data/test307 @@ -20,6 +20,10 @@ OpenSSL <server> https </server> +<precheck> +echo Cannot determine list of SSL engines +</precheck> + <name> simple HTTPS GET with openssl engine </name> diff --git a/tests/data/test308 b/tests/data/test308 index d9ae1fd88..136088b6b 100644 --- a/tests/data/test308 +++ b/tests/data/test308 @@ -8,7 +8,7 @@ OpenSSL https </server> <name> -simple HTTPS GET with invaild crypto engine +simple HTTPS GET with invalid crypto engine </name> <command> --engine invalid-crypto-engine-xyzzy -k https://%HOSTIP:%HTTPSPORT/308 |