summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_dir_iterate.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_dir_iterate.phpt')
-rw-r--r--ext/phar/tests/phar_dir_iterate.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_dir_iterate.phpt b/ext/phar/tests/phar_dir_iterate.phpt
index 04968f28b5..b2c0639843 100644
--- a/ext/phar/tests/phar_dir_iterate.phpt
+++ b/ext/phar/tests/phar_dir_iterate.phpt
@@ -21,7 +21,7 @@ foreach (new RecursiveIteratorIterator($newphar) as $path => $obj) {
?>
===DONE===
--CLEAN--
-<?php
+<?php
unlink(dirname(__FILE__) . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
__halt_compiler();
?>