diff options
Diffstat (limited to 'ext/zip/tests/oo_addfile.phpt')
-rw-r--r-- | ext/zip/tests/oo_addfile.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zip/tests/oo_addfile.phpt b/ext/zip/tests/oo_addfile.phpt index ab79780999..2c85255068 100644 --- a/ext/zip/tests/oo_addfile.phpt +++ b/ext/zip/tests/oo_addfile.phpt @@ -29,7 +29,7 @@ if ($zip->status == ZIPARCHIVE::ER_OK) { } @unlink($file); ?> ---EXPECTF-- +--EXPECT-- 0 bar 1 foobar/ 2 foobar/baz |