diff --git a/ext/openssl/tests/bug54992.phpt b/ext/openssl/tests/bug54992.phpt index d3a06310eb1..768b07378e3 100644 --- a/ext/openssl/tests/bug54992.phpt +++ b/ext/openssl/tests/bug54992.phpt @@ -8,7 +8,7 @@ if (!function_exists('pcntl_fork')) die("skip no fork"); array( 'verify_peer' => true, - 'cafile' => 'bug54992-ca.pem', + 'cafile' => __DIR__ . '/bug54992-ca.pem', 'CN_match' => 'buga_buga', ) )