mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- fix test
This commit is contained in:
parent
acbdbf2d49
commit
cf4841cd5b
1 changed files with 3 additions and 2 deletions
|
@ -20,8 +20,9 @@ echo "*** Testing unlink() : variation ***\n";
|
|||
|
||||
$workDir = "unlinkVar8.tmp";
|
||||
$tmpFile = "file.tmp";
|
||||
chdir(__DIR__);
|
||||
mkdir($workDir);
|
||||
$cwd = getcwd();
|
||||
$cwd = __DIR__;
|
||||
|
||||
$files = array(
|
||||
// relative
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue