From b19ed55cbced9f704ac76f6b258c66933674c167 Mon Sep 17 00:00:00 2001
From: Remi Collet <remi@remirepo.net>
Date: Thu, 16 May 2019 08:50:13 +0200
Subject: cleanup

---
 php-zendframework-zend-crypt.spec | 5 -----
 1 file changed, 5 deletions(-)

(limited to 'php-zendframework-zend-crypt.spec')

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
-- 
cgit