]> granicus.if.org Git - php/commitdiff
Clean ext/spl/tests/bug42364.phpt files after tests
authorPeter Kokot <peterkokot@gmail.com>
Tue, 2 Apr 2019 21:24:21 +0000 (23:24 +0200)
committerPeter Kokot <peterkokot@gmail.com>
Tue, 2 Apr 2019 21:24:21 +0000 (23:24 +0200)
ext/spl/tests/bug42364.phpt

index 139af6113d052e012ed02b7672f236e75e63ad04..4d00a18222c87121878596cd6eb859e3ec43ddab 100644 (file)
@@ -22,7 +22,10 @@ if ($count > 0) {
 ?>
 ===DONE===
 --CLEAN--
-<?php rmdir(__DIR__ . '/bug42364'); ?>
+<?php
+unlink(__DIR__ . '/bug42364/test');
+rmdir(__DIR__ . '/bug42364');
+?>
 --EXPECTF--
 Found %i entries!
 ===DONE===