aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-brotli/fix-skip-steams_006.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/php7-brotli/fix-skip-steams_006.patch')
-rw-r--r--community/php7-brotli/fix-skip-steams_006.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/php7-brotli/fix-skip-steams_006.patch b/community/php7-brotli/fix-skip-steams_006.patch
new file mode 100644
index 00000000000..82f0c85c3ab
--- /dev/null
+++ b/community/php7-brotli/fix-skip-steams_006.patch
@@ -0,0 +1,10 @@
+--- a/tests/streams_006.phpt
++++ b/tests/streams_006.phpt
+@@ -3,6 +3,7 @@
+ --SKIPIF--
+ <?php
+ if (version_compare(PHP_VERSION, '5.4', '<')) die('skip PHP is too old');
++if (getenv("SKIP_ONLINE_TESTS")) die('skip online test');
+ ?>
+ --INI--
+ allow_url_fopen=0