diff options
Diffstat (limited to 'ext/zlib/tests/gzseek_variation7.phpt')
-rw-r--r-- | ext/zlib/tests/gzseek_variation7.phpt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zlib/tests/gzseek_variation7.phpt b/ext/zlib/tests/gzseek_variation7.phpt index a1976b2b16..67c0ecf074 100644 --- a/ext/zlib/tests/gzseek_variation7.phpt +++ b/ext/zlib/tests/gzseek_variation7.phpt @@ -32,7 +32,6 @@ gzclose($h); echo "\n"; unlink($f); ?> -===DONE=== --EXPECTF-- tell=int(23) move to the end of the file @@ -44,4 +43,3 @@ tell=int(47) reading the output file This is the first line.This is the second line. -===DONE=== |