Branch: refs/heads/master
Home: https://github.openssl.org/openssl/openssl
Commit: e3ba938b584275839dda404d846abdb06a88693f
https://github.openssl.org/openssl/openssl/commit/e3ba938b584275839dda404d846abdb06a88693f
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)