summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzfile_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzfile_basic.phpt')
-rw-r--r--ext/zlib/tests/gzfile_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzfile_basic.phpt b/ext/zlib/tests/gzfile_basic.phpt
index 1fceea5b9..17055646d 100644
--- a/ext/zlib/tests/gzfile_basic.phpt
+++ b/ext/zlib/tests/gzfile_basic.phpt
@@ -12,7 +12,7 @@ is a very common test
for all languages
EOT;
$dirname = 'gzfile_temp';
-$filename = $dirname.'/plainfile.txt.gz';
+$filename = $dirname.'/gzfile_basic.txt.gz';
mkdir($dirname);
$h = gzopen($filename, 'w');
gzwrite($h, $plaintxt);
@@ -36,4 +36,4 @@ array(3) {
[2]=>
string(17) "for all languages"
}
-===DONE=== \ No newline at end of file
+===DONE===