summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2016-06-22 11:41:05 +0200
committerAnatol Belski <ab@php.net>2016-06-22 11:41:05 +0200
commitde1c407348b95ea0207b568ac28c3086c22471b8 (patch)
treeb48675d875207356a3f67562481c227b8acb6035
parentba980d0a62960e397758dbb29510b2addecb05fd (diff)
downloadphp-git-de1c407348b95ea0207b568ac28c3086c22471b8.tar.gz
fix dir separator in test
-rw-r--r--ext/bz2/tests/bug72447.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bz2/tests/bug72447.phpt b/ext/bz2/tests/bug72447.phpt
index 0df4cb177b..939a3c289b 100644
--- a/ext/bz2/tests/bug72447.phpt
+++ b/ext/bz2/tests/bug72447.phpt
@@ -12,4 +12,4 @@ stream_filter_append($fp, 'bzip2.compress', STREAM_FILTER_WRITE, $param);
fclose($fp);
?>
--EXPECTF--
-Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s/bug72447.php on line %d
+Warning: stream_filter_append(): Invalid parameter given for number of blocks to allocate. (0) in %s%ebug72447.php on line %d