summaryrefslogtreecommitdiffstats
path: root/php-zendframework-zend-crypt.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-05-16 08:50:13 +0200
committerRemi Collet <remi@remirepo.net>2019-05-16 08:50:13 +0200
commitb19ed55cbced9f704ac76f6b258c66933674c167 (patch)
tree8d931a0721adde7ef2d8c18b8388f8031fc06630 /php-zendframework-zend-crypt.spec
parent7860e3e1bd0dd6313cd755cb14dd635b432db88c (diff)
cleanupHEADmaster
Diffstat (limited to 'php-zendframework-zend-crypt.spec')
-rw-r--r--php-zendframework-zend-crypt.spec5
1 files changed, 0 insertions, 5 deletions
diff --git a/php-zendframework-zend-crypt.spec b/php-zendframework-zend-crypt.spec
index 5a5505b..ae67a05 100644
--- a/php-zendframework-zend-crypt.spec
+++ b/php-zendframework-zend-crypt.spec
@@ -170,11 +170,6 @@ require_once '%{buildroot}%{php_home}/Zend/%{library}/autoload.php';
\Fedora\Autoloader\Autoload::addPsr4('ZendTest\\%{library}\\', dirname(__DIR__) . '/test');
EOF
-%ifarch %arm
-# see https://github.com/zendframework/zend-crypt/issues/53
-rm test/Key/Derivation/ScryptTest.php
-%endif
-
ret=0
for cmdarg in "php %{phpunit}" php71 php72; do
if which $cmdarg; then