summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-08-06 12:34:14 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-08-06 12:34:14 +0200
commita35379de2e5e9d2eb95714467e3e4274b3a79698 (patch)
treec2140078155dde21d624aa44215a435b824869c1
parent2cbc94097ebb1757d57ad02189bdbb7e2e1a7162 (diff)
downloadphp-git-a35379de2e5e9d2eb95714467e3e4274b3a79698.tar.gz
Fix file clash in zlib test
-rw-r--r--ext/zlib/tests/gzseek_variation4.phpt2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzseek_variation4.phpt b/ext/zlib/tests/gzseek_variation4.phpt
index 2270ccc5f9..3121e587ad 100644
--- a/ext/zlib/tests/gzseek_variation4.phpt
+++ b/ext/zlib/tests/gzseek_variation4.phpt
@@ -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.";