Skip to content

Commit d15e10d

Browse files
committed
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.
1 parent 3f4bc94 commit d15e10d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/openssl/tests/check_default_conf_path.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (substr(PHP_OS, 0, 3) != 'WIN') {
66
die('skip windows only test');
77
}
88
?>
9+
--ENV--
10+
OPENSSL_CONF=
911
--FILE--
1012
<?php
1113

0 commit comments

Comments
 (0)