summaryrefslogtreecommitdiff
path: root/ext/zip/tests/oo_namelocate.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/tests/oo_namelocate.phpt')
-rw-r--r--ext/zip/tests/oo_namelocate.phpt4
1 files changed, 4 insertions, 0 deletions
diff --git a/ext/zip/tests/oo_namelocate.phpt b/ext/zip/tests/oo_namelocate.phpt
index 714346aba4..f6c837ac20 100644
--- a/ext/zip/tests/oo_namelocate.phpt
+++ b/ext/zip/tests/oo_namelocate.phpt
@@ -43,3 +43,7 @@ int(0)
bool(false)
int(1)
int(2)
+--CLEAN--
+<?php
+unlink(__DIR__ . '/oo_namelocate.zip');
+?>