From 1e5f46fb20f822b1777449fbc3d554b573d200cd Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Sat, 6 Jul 2024 01:59:01 +0200 Subject: [PATCH] Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt [ci skip] This should fix the nightly failure. --- ext/zlib/tests/gzfile_basic2.phpt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/zlib/tests/gzfile_basic2.phpt b/ext/zlib/tests/gzfile_basic2.phpt index f53aec8da03..2b59656a6f3 100644 --- a/ext/zlib/tests/gzfile_basic2.phpt +++ b/ext/zlib/tests/gzfile_basic2.phpt @@ -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');