[skip ci] Fix tmp file clash in ext/zip/tests/oo_cancel.phpt

This commit is contained in:
Ilija Tovilo 2023-05-01 15:28:59 +02:00
parent dc20cd9c3a
commit 8fc023cbae
No known key found for this signature in database
GPG Key ID: A4F5D403F118200A

View File

@ -12,7 +12,7 @@ date.timezone=UTC
--FILE--
<?php
$dirname = dirname(__FILE__) . '/';
$file = $dirname . '__tmp_oo_progress.zip';
$file = $dirname . '__tmp_oo_cancel.zip';
@unlink($file);