summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/gzopen_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zlib/tests/gzopen_variation4.phpt')
-rw-r--r--ext/zlib/tests/gzopen_variation4.phpt1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zlib/tests/gzopen_variation4.phpt b/ext/zlib/tests/gzopen_variation4.phpt
index ce58e96f02..909d003537 100644
--- a/ext/zlib/tests/gzopen_variation4.phpt
+++ b/ext/zlib/tests/gzopen_variation4.phpt
@@ -26,7 +26,6 @@ $modes = array("r", "r+", "rt");
foreach($modes as $mode) {
test_gzopen($mode);
}
-restore_include_path();
// remove the directory structure
chdir($baseDir);