Commit 0f544b04066 for php.net
commit 0f544b04066064ab494d9291564585a34b54d505
Author: Ilija Tovilo <ilija.tovilo@me.com>
Date: Sun Mar 22 00:41:37 2026 +0100
[skip ci] Fix CLEAN for phar_extract2.phpt
extract1/ is not created by this test, but by phar_extract.phpt, which can lead
to a very rare race condition.
diff --git a/ext/phar/tests/phar_extract2.phpt b/ext/phar/tests/phar_extract2.phpt
index f57d96ad5e9..b22c0097766 100644
--- a/ext/phar/tests/phar_extract2.phpt
+++ b/ext/phar/tests/phar_extract2.phpt
@@ -46,8 +46,6 @@
@rmdir($dir . 'one/level');
@rmdir($dir . 'one');
@rmdir($dir);
-$dir = __DIR__ . '/extract1/';
-@rmdir($dir);
?>
--EXPECTF--
%sextract2%cfile1.txt