1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

[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.
This commit is contained in:
Ilija Tovilo
2026-03-22 00:41:37 +01:00
parent 272cf1fb2d
commit 0f544b0406

View File

@@ -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