diff options
Diffstat (limited to 'community/php7-brotli/fix-skip-steams_006.patch')
-rw-r--r-- | community/php7-brotli/fix-skip-steams_006.patch | 10 |
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 |