summaryrefslogtreecommitdiff
path: root/ext/standard/tests/file/flock_basic.phpt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2019-06-27 02:21:31 +0200
committerPeter Kokot <peterkokot@gmail.com>2019-06-28 20:19:00 +0200
commit57424f272c488d479e7caa9c7eb86247053fe883 (patch)
tree9d0b0caf9b3b0e0be512ac87d6d153659320b803 /ext/standard/tests/file/flock_basic.phpt
parentdf4bb13c55b39babfafdaf992f5653148e97c84f (diff)
downloadphp-git-57424f272c488d479e7caa9c7eb86247053fe883.tar.gz
Clean up files after the tests are run
Diffstat (limited to 'ext/standard/tests/file/flock_basic.phpt')
-rw-r--r--ext/standard/tests/file/flock_basic.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/tests/file/flock_basic.phpt b/ext/standard/tests/file/flock_basic.phpt
index 7600184bf3..812c2958a5 100644
--- a/ext/standard/tests/file/flock_basic.phpt
+++ b/ext/standard/tests/file/flock_basic.phpt
@@ -9,7 +9,6 @@ Description: PHP supports a portable way of locking complete files
*/
echo "*** Testing flock() fun with file and dir ***\n";
-$file_path = __DIR__;
$lock_file = preg_replace("~\.phpt?$~", null, __FILE__);