summaryrefslogtreecommitdiff
path: root/ext/phar/tests/tar/bug71317-duplicate-filename.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/phar/tests/tar/bug71317-duplicate-filename.phpt')
-rw-r--r--ext/phar/tests/tar/bug71317-duplicate-filename.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/tests/tar/bug71317-duplicate-filename.phpt b/ext/phar/tests/tar/bug71317-duplicate-filename.phpt
index b8004138bc..ee3219c1db 100644
--- a/ext/phar/tests/tar/bug71317-duplicate-filename.phpt
+++ b/ext/phar/tests/tar/bug71317-duplicate-filename.phpt
@@ -5,7 +5,7 @@ Bug #71317: regression in opening tar based phar files
<?php if (!extension_loaded("zlib")) die("skip zlib not available"); ?>
--FILE--
<?php
-include dirname(__FILE__) . '/files/tarmaker.php.inc';
+include __DIR__ . '/files/tarmaker.php.inc';
$testDirectory = __DIR__ . '/files/test_bug71317';
$testTarFilename = __DIR__ . '/files/test_bug71317.tar';