Skip to content

Commit 1e5f46f

Browse files
committed
Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt
[ci skip] This should fix the nightly failure.
1 parent 9588997 commit 1e5f46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/zlib/tests/gzfile_basic2.phpt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hello world
99
is a very common test
1010
for all languages
1111
EOT;
12-
$dirname = 'gzfile_temp';
12+
$dirname = 'gzfile_temp2';
1313
$filename = $dirname.'/gzfile_basic2.txt';
1414
mkdir($dirname);
1515
$h = fopen($filename, 'w');

0 commit comments

Comments
 (0)