Skip to content

Commit afbca75

Browse files
committed
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4: [skip ci] Fix CLEAN for phar_extract2.phpt
2 parents d8560ad + 6fd46f1 commit afbca75

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

ext/phar/tests/phar_extract2.phpt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ $dir = __DIR__ . '/extract2/';
4646
@rmdir($dir . 'one/level');
4747
@rmdir($dir . 'one');
4848
@rmdir($dir);
49-
$dir = __DIR__ . '/extract1/';
50-
@rmdir($dir);
5149
?>
5250
--EXPECTF--
5351
%sextract2%cfile1.txt

0 commit comments

Comments
 (0)