[openssl/openssl] fff244: test/recipes/*.t: setup() doesn't play well with s...
Richard Levitte
noreply at reply.github.openssl.org
Thu Jun 16 13:44:59 UTC 2022
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 <levitte at openssl.org>
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 <todd.short at me.com>
Reviewed-by: Tomas Mraz <tomas at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/18531)
(cherry picked from commit e3ba938b584275839dda404d846abdb06a88693f)
More information about the openssl-commits
mailing list