summaryrefslogtreecommitdiff
path: root/ext/bz2/tests/bug72613.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/bz2/tests/bug72613.phpt')
-rw-r--r--ext/bz2/tests/bug72613.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/bz2/tests/bug72613.phpt b/ext/bz2/tests/bug72613.phpt
index d9463e212a..2dfc8c65d3 100644
--- a/ext/bz2/tests/bug72613.phpt
+++ b/ext/bz2/tests/bug72613.phpt
@@ -1,7 +1,7 @@
--TEST--
Bug #72613 (Inadequate error handling in bzread())
---SKIPIF--
-<?php if (!extension_loaded("bz2")) print "skip"; ?>
+--EXTENSIONS--
+bz2
--FILE--
<?php
$fp = bzopen(__DIR__.'/72613.bz2', 'r');