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 easil
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)
show more ...
|