test/recipes/*.t: setup() doesn't play well with spaces in the argument
authorRichard Levitte <levitte@openssl.org>
Fri, 10 Jun 2022 17:50:01 +0000 (19:50 +0200)
committerTomas Mraz <tomas@openssl.org>
Thu, 16 Jun 2022 13:43:58 +0000 (15:43 +0200)
commite3ba938b584275839dda404d846abdb06a88693f
treecc86d4121c12f701c0676395c1e727b191fa4af6
parent809526a06c1305d67a8f231ca15cd27ec800efce
test/recipes/*.t: setup() doesn't play well with spaces in the argument

The argument translates into a directory name, and there are platforms
that don't allow spaces (at least not easily), which makes the test fail.
This modifies it to conform a bit better to the usual form for that arg.

Reviewed-by: Todd Short <todd.short@me.com>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18531)
test/recipes/02-test_localetest.t