diff --git a/php-phpseclib.spec b/php-phpseclib.spec index 67e10d0..9dd3978 100644 --- a/php-phpseclib.spec +++ b/php-phpseclib.spec @@ -82,14 +82,13 @@ date_default_timezone_set('UTC'); EOF +# testAuthorityInfoAccess fails without internet access ret=0 for cmd in "php %{phpunit}" php70 php71 php72; do if which $cmd; then set $cmd $1 -d memory_limit=1G ${2:-%{_bindir}/phpunit6} \ -%if 0%{?rhel} > 0 && 0%{?rhel} < 8 --filter '^((?!(testAuthorityInfoAccess)).)*$' \ -%endif --verbose || ret=1 fi done