Skip to content

Commit 8fc023c

Browse files
committed
[skip ci] Fix tmp file clash in ext/zip/tests/oo_cancel.phpt
1 parent dc20cd9 commit 8fc023c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zip/tests/oo_cancel.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ date.timezone=UTC
1212
--FILE--
1313
<?php
1414
$dirname = dirname(__FILE__) . '/';
15-
$file = $dirname . '__tmp_oo_progress.zip';
15+
$file = $dirname . '__tmp_oo_cancel.zip';
1616

1717
@unlink($file);
1818

0 commit comments

Comments
 (0)