Skip to content

Commit

Permalink
fix directory separator
Browse files Browse the repository at this point in the history
  • Loading branch information
weltling committed Mar 9, 2016
1 parent 8ca02bb commit a1d1f54
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/phar/tests/bug71498.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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
phar error: end of central directory not found in zip-based phar "%s%ebug71498.zip"
DONE

0 comments on commit a1d1f54

Please sign in to comment.