summaryrefslogtreecommitdiff
path: root/ext/phar/tests/phar_oo_006.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/phar_oo_006.phpt')
-rw-r--r--ext/phar/tests/phar_oo_006.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/phar_oo_006.phpt b/ext/phar/tests/phar_oo_006.phpt
index 5d1d705206..485d015f3e 100644
--- a/ext/phar/tests/phar_oo_006.phpt
+++ b/ext/phar/tests/phar_oo_006.phpt
@@ -37,7 +37,7 @@ echo $phar['b.php']->getFilename() . "\n";
?>
===DONE===
--CLEAN--
-<?php
+<?php
unlink(dirname(__FILE__) . '/files/phar_oo_006.phar.php');
__halt_compiler();
?>