remove extra tempname

This fixes the test in travis
Esse commit está contido em:
Paul Tarjan
2013-06-21 23:12:22 -07:00
commit de Sara Golemon
commit 57c3d0250b
-1
Ver Arquivo
@@ -126,7 +126,6 @@ function test_openssl_pkcs7_sign() {
array("To" => "t@facebook.com", "From" => "hzhao@facebook.com")));
$tmp = tempnam('/tmp', 'x509vmtestopenssl');
$tmp = "test/test_x509.tmp";
unlink($tmp);
VS(file_get_contents($tmp), false);
VERIFY(openssl_x509_export_to_file($scert, $tmp));