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');