Fix test_out_option
authorPatrick Steuer <patrick.steuer@de.ibm.com>
Mon, 12 Mar 2018 12:53:21 +0000 (12:53 +0000)
committerRichard Levitte <levitte@openssl.org>
Wed, 14 Mar 2018 17:37:08 +0000 (18:37 +0100)
commit65865cb9cc53b97e6cb0d0ce932328ad558784fa
tree9543f7bca9e5b94417fc5f00e760fb9d20d81fd3
parentd35b2c72487dd07ca4e88a9c6bf4031a34e92dc1
Fix test_out_option

Random path generation code in test/recipes/15-test_out_option.t
does not work: The code sets rand_path to "/test.pem". I.e. the
test will fail as expected for unprivileged user but will pass
for root user.

Signed-off-by: Patrick Steuer <patrick.steuer@de.ibm.com>
Reviewed-by: Bernd Edlinger <bernd.edlinger@hotmail.de>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5595)
test/recipes/15-test_out_option.t