diff --git a/Tests/certificationauthorityTest.php b/Tests/certificationauthorityTest.php index 1244ddf..983cbdc 100644 --- a/Tests/certificationauthorityTest.php +++ b/Tests/certificationauthorityTest.php @@ -139,7 +139,6 @@ class test_certificationauthority extends PHPUnit_Framework_TestCase exec ("openssl x509 -in - -text -noout < /tmp/test_signCSR_6", $output); $res = preg_match ("#DNS:CSR.fournier38.fr, DNS:ALT1.example.com, DNS:ALT#", implode ("\n", $output)); -print_r ($output); unlink ("/tmp/test_signCSR_6"); $this->assertSame ($res, 1); }