test/recipes/80-test_ca.t: Don't force quotes around the config file in $cnf
authorRichard Levitte <levitte@openssl.org>
Tue, 22 Jun 2021 08:38:55 +0000 (10:38 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 26 Jun 2021 04:43:08 +0000 (06:43 +0200)
commited0bd67d4b7a61e864e9f71fbb62ba2a9dff0c28
tree72e49d69265d076f54b5aed895210b82bfd7dda5
parentbb4f826272712b7c57edefa9b920e9f7c31778d8
test/recipes/80-test_ca.t: Don't force quotes around the config file in $cnf

However, when passing it through the OPENSSL_CONFIG environment
variable, we still need the quotes, just to make sure.

Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/15823)
test/recipes/80-test_ca.t