From 0f544b04066064ab494d9291564585a34b54d505 Mon Sep 17 00:00:00 2001 From: Ilija Tovilo Date: Sun, 22 Mar 2026 00:41:37 +0100 Subject: [PATCH] [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. --- ext/phar/tests/phar_extract2.phpt | 2 -- 1 file changed, 2 deletions(-) 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 @@ $dir = __DIR__ . '/extract2/'; @rmdir($dir . 'one/level'); @rmdir($dir . 'one'); @rmdir($dir); -$dir = __DIR__ . '/extract1/'; -@rmdir($dir); ?> --EXPECTF-- %sextract2%cfile1.txt