]> granicus.if.org Git - php/commitdiff
fix directory separator
authorAnatol Belski <ab@php.net>
Wed, 9 Mar 2016 13:16:29 +0000 (14:16 +0100)
committerAnatol Belski <ab@php.net>
Wed, 9 Mar 2016 13:16:29 +0000 (14:16 +0100)
ext/phar/tests/bug71498.phpt

index de6283c8dc164b26c1c79fdf8310e365b420f6af..4157ac20b6800371160564f124446ca7c3d24f14 100644 (file)
@@ -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