summaryrefslogtreecommitdiff
path: root/ext/openssl/tests/bug76296.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/tests/bug76296.phpt')
-rw-r--r--ext/openssl/tests/bug76296.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/openssl/tests/bug76296.phpt b/ext/openssl/tests/bug76296.phpt
index 59a73b7d7b..41e3b9984e 100644
--- a/ext/openssl/tests/bug76296.phpt
+++ b/ext/openssl/tests/bug76296.phpt
@@ -15,7 +15,6 @@ ini_set('open_basedir', $dir);
var_dump(openssl_pkey_get_public($pem));
?>
--EXPECTF--
-
Warning: openssl_pkey_get_public(): open_basedir restriction in effect. File(%s) is not within the allowed path(s): (%s) in %s on line %d
bool(false)
--CLEAN--