Branch: refs/heads/openssl-3.0
Home: https://github.openssl.org/openssl/openssl
Commit: fff244051763165886e9c0777f1c2bce71085047
https://github.openssl.org/openssl/openssl/commit/fff244051763165886e9c0777f1c2bce71085047
Author: Richard Levitte <[email protected]>
Date: 2022-06-16 (Thu, 16 Jun 2022)
Changed paths:
M test/recipes/02-test_localetest.t
Log Message:
-----------
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 <[email protected]>
Reviewed-by: Tomas Mraz <[email protected]>
(Merged from https://github.com/openssl/openssl/pull/18531)
(cherry picked from commit e3ba938b584275839dda404d846abdb06a88693f)