From d15e10d7abbbbac9394bda3bbc93e9604eb5a5c7 Mon Sep 17 00:00:00 2001 From: "Christoph M. Becker" Date: Sun, 13 Jun 2021 16:53:45 +0200 Subject: [PATCH] Fix test wrt. OPENSSL_CONF This test is supposed to verify the path of the default OpenSSL config file; it will fail, though, if OPENSSL_CONF is explicitly set, so we explicitly unset this environment variable for this test. --- ext/openssl/tests/check_default_conf_path.phpt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/openssl/tests/check_default_conf_path.phpt b/ext/openssl/tests/check_default_conf_path.phpt index f86a06d7968..af8e0dcdd17 100644 --- a/ext/openssl/tests/check_default_conf_path.phpt +++ b/ext/openssl/tests/check_default_conf_path.phpt @@ -6,6 +6,8 @@ if (substr(PHP_OS, 0, 3) != 'WIN') { die('skip windows only test'); } ?> +--ENV-- +OPENSSL_CONF= --FILE--