Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt

[ci skip]

This should fix the nightly failure.
This commit is contained in:
Niels Dossche 2024-07-06 01:59:01 +02:00
parent 95889979f2
commit 1e5f46fb20
No known key found for this signature in database
GPG key ID: B8A8AD166DF0E2E5

View file

@ -9,7 +9,7 @@ hello world
is a very common test is a very common test
for all languages for all languages
EOT; EOT;
$dirname = 'gzfile_temp'; $dirname = 'gzfile_temp2';
$filename = $dirname.'/gzfile_basic2.txt'; $filename = $dirname.'/gzfile_basic2.txt';
mkdir($dirname); mkdir($dirname);
$h = fopen($filename, 'w'); $h = fopen($filename, 'w');