diff options
author | Remi Collet <remi@php.net> | 2017-02-19 17:02:00 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2017-02-19 17:02:00 +0100 |
commit | c836ad1c7eac2a142cc334ea9cf9975bcd0d6f77 (patch) | |
tree | f457e031b65028bebca437d1a97f355a72718803 /ext/zip | |
parent | 1623ef10c968b2c902f3d4b01955fddeca84dab6 (diff) | |
download | php-git-c836ad1c7eac2a142cc334ea9cf9975bcd0d6f77.tar.gz |
fix test for libzip 1.2.0
Diffstat (limited to 'ext/zip')
-rw-r--r-- | ext/zip/tests/bug70322.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/bug70322.phpt b/ext/zip/tests/bug70322.phpt index a9b4915914..b089e30bfe 100644 --- a/ext/zip/tests/bug70322.phpt +++ b/ext/zip/tests/bug70322.phpt @@ -25,5 +25,5 @@ var_dump($zip->close()); @unlink(__DIR__ . '/bug70322.zip'); ?> --EXPECTF-- -Warning: ZipArchive::close(): Read error: No such file or directory in %s%ebug70322.php on line %d +Warning: ZipArchive::close(): %s: No such file or directory in %s%ebug70322.php on line %d bool(false) |