fix dir separator in test

This commit is contained in:
Anatol Belski 2016-02-15 09:00:07 +01:00
parent 53639c44df
commit c94ee2e0c8

View file

@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar");
?>
DONE
--EXPECTF--
Fatal error: Uncaught UnexpectedValueException: phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size) in %s/bug71331.php:2
Fatal error: Uncaught UnexpectedValueException: phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size) in %s%ebug71331.php:2
Stack trace:
#0 %s/bug71331.php(2): PharData->__construct('%s')
#0 %s%ebug71331.php(2): PharData->__construct('%s')
#1 {main}
thrown in %s/bug71331.php on line 2
thrown in %s%ebug71331.php on line 2