summaryrefslogtreecommitdiff
path: root/ext/phar/tests/cache_list/copyonwrite5.phar.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/cache_list/copyonwrite5.phar.phpt')
-rw-r--r--ext/phar/tests/cache_list/copyonwrite5.phar.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/phar/tests/cache_list/copyonwrite5.phar.phpt b/ext/phar/tests/cache_list/copyonwrite5.phar.phpt
index 3ca835ae5f..60d42f965c 100644
--- a/ext/phar/tests/cache_list/copyonwrite5.phar.phpt
+++ b/ext/phar/tests/cache_list/copyonwrite5.phar.phpt
@@ -10,9 +10,9 @@ phar.readonly=0
files/write5.phar
--CLEAN--
<?php
-unlink(dirname(__FILE__) . '/copyonwrite5/file1');
-unlink(dirname(__FILE__) . '/copyonwrite5/file2');
-rmdir(dirname(__FILE__) . '/copyonwrite5');
+unlink(__DIR__ . '/copyonwrite5/file1');
+unlink(__DIR__ . '/copyonwrite5/file2');
+rmdir(__DIR__ . '/copyonwrite5');
?>
--EXPECTF--
array(2) {