From: Anatol Belski Date: Mon, 15 Feb 2016 07:58:20 +0000 (+0100) Subject: fix dir separator in test X-Git-Tag: php-7.0.4RC1~12^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a3927fa7f5ed2d4c398cbf5c6ae1157ec26d94b9;p=php fix dir separator in test --- diff --git a/ext/phar/tests/bug71331.phpt b/ext/phar/tests/bug71331.phpt index 106fd540fc..7864a872a7 100644 --- a/ext/phar/tests/bug71331.phpt +++ b/ext/phar/tests/bug71331.phpt @@ -8,8 +8,8 @@ $p = new PharData(__DIR__."/bug71331.tar"); ?> DONE --EXPECTF-- -Fatal error: Uncaught exception 'UnexpectedValueException' with message 'phar error: "%s/bug71331.tar" is a corrupted tar file (invalid entry size)' in %s/bug71331.php:2 +Fatal error: Uncaught exception 'UnexpectedValueException' with message '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 \ No newline at end of file + thrown in %s%ebug71331.php on line 2