From: Hannes Magnusson Date: Thu, 8 Sep 2011 09:27:47 +0000 (+0000) Subject: Fix the path to the .pem X-Git-Tag: php-5.5.0alpha1~1221 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf11413db3326a5f1a578444907d251f55cb8aaa;p=php Fix the path to the .pem --- diff --git a/ext/openssl/tests/bug54992.phpt b/ext/openssl/tests/bug54992.phpt index d3a06310eb..768b07378e 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', ) )