diff --git a/hphp/test/slow/ext_openssl/ext_openssl.php b/hphp/test/slow/ext_openssl/ext_openssl.php index b0296c35b..7f55e6bb8 100644 --- a/hphp/test/slow/ext_openssl/ext_openssl.php +++ b/hphp/test/slow/ext_openssl/ext_openssl.php @@ -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));