mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt
[ci skip] This should fix the nightly failure.
This commit is contained in:
parent
95889979f2
commit
1e5f46fb20
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ hello world
|
|||
is a very common test
|
||||
for all languages
|
||||
EOT;
|
||||
$dirname = 'gzfile_temp';
|
||||
$dirname = 'gzfile_temp2';
|
||||
$filename = $dirname.'/gzfile_basic2.txt';
|
||||
mkdir($dirname);
|
||||
$h = fopen($filename, 'w');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue