Tests/X509/CRLTest: fix path for crl.bin

This commit is contained in:
terrafrost 2017-08-07 22:35:29 -05:00
parent 3fcce89f78
commit ce5eb7e1c9

View File

@ -11,7 +11,7 @@ class Unit_File_X509_CRLTest extends PhpseclibTestCase
{
public function testLoadCRL()
{
$test = file_get_contents('crl.bin');
$test = file_get_contents(__DIR__ . '/crl.bin');
$x509 = new X509();