Skip to content

Commit

Permalink
Fix SKIPIF clause
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb69 committed Aug 11, 2021
1 parent 4a1af1f commit 47aaffc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/streams/bug81346.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Bug #81346 (Non-seekable streams don't update position after write)
The test expectation is due to bug #81345.
--SKIPIF--
<?php
if (!extension_loaded('bz2')) die("bz2 extension not available");
if (!extension_loaded('bz2')) die("skip bz2 extension not available");
?>
--FILE--
<?php
Expand Down

0 comments on commit 47aaffc

Please sign in to comment.