]> granicus.if.org Git - php/commitdiff
Fix file clash in zlib test
authorNikita Popov <nikita.ppv@gmail.com>
Thu, 6 Aug 2020 10:34:14 +0000 (12:34 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Thu, 6 Aug 2020 10:34:14 +0000 (12:34 +0200)
ext/zlib/tests/gzseek_variation4.phpt

index 2270ccc5f9111c237df9e655762d04bba7bbd2e8..3121e587adb0f6a8d05bc8c0126592dd72827013 100644 (file)
@@ -8,7 +8,7 @@ if (!extension_loaded("zlib")) {
 ?>
 --FILE--
 <?php
-$f = "gzseek_variation5.gz";
+$f = "gzseek_variation4.gz";
 $h = gzopen($f, 'w');
 $str1 = "This is the first line.";
 $str2 = "This is the second line.";