Skip to content

Commit de1c407

Browse files
committed
fix dir separator in test
1 parent ba980d0 commit de1c407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bz2/tests/bug72447.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
1212
fclose($fp);
1313
?>
1414
--EXPECTF--
15-
Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s/bug72447.php on line %d
15+
Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s%ebug72447.php on line %d

0 commit comments

Comments
 (0)