From a1d1f54b42be75cfbcf5b84b100a37be3db9057d Mon Sep 17 00:00:00 2001 From: Anatol Belski Date: Wed, 9 Mar 2016 14:16:29 +0100 Subject: [PATCH] fix directory separator --- ext/phar/tests/bug71498.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ext/phar/tests/bug71498.phpt b/ext/phar/tests/bug71498.phpt index de6283c8dc..4157ac20b6 100644 --- a/ext/phar/tests/bug71498.phpt +++ b/ext/phar/tests/bug71498.phpt @@ -13,5 +13,5 @@ $p = new PharData(__DIR__."/bug71498.zip"); DONE --EXPECTF-- -phar error: end of central directory not found in zip-based phar "%s/bug71498.zip" -DONE \ No newline at end of file +phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip" +DONE -- 2.50.1