aboutsummaryrefslogtreecommitdiffstats
path: root/community/php7-brotli/fix-skip-steams_006.patch
diff options
context:
space:
mode:
authorTBK <tbk@jjtc.eu>2019-05-23 14:42:53 +0200
committerKevin Daudt <kdaudt@alpinelinux.org>2019-05-24 10:47:48 +0000
commitc36a1cd478b9d4a96e779df2565ec2b1a0cf617a (patch)
tree82ab20ce868ca0aaee8bb906a3db64e038423ee9 /community/php7-brotli/fix-skip-steams_006.patch
parentf7ff1b606d040ecd6db56a1dbe861e0a7094cf3b (diff)
downloadaports-c36a1cd478b9d4a96e779df2565ec2b1a0cf617a.tar.bz2
aports-c36a1cd478b9d4a96e779df2565ec2b1a0cf617a.tar.xz
community/php7-brotli: move from testing
Closes GH-8018
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 0000000000..82f0c85c3a
--- /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