From 9335e8c240b9c6dab9edbd23b53f183bb345b358 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Sep 01 2015 12:32:50 +0000 Subject: remove outdated workarounds in %check --- diff --git a/zsh.spec b/zsh.spec index 1651d14..7dd0d87 100644 --- a/zsh.spec +++ b/zsh.spec @@ -69,22 +69,7 @@ make all html %check # Run the testsuite -# the completion tests hang on s390 and s390x - ( cd Test - mkdir skipped -%ifarch s390 s390x ppc ppc64 - mv Y*.ztst skipped -%endif -%ifarch s390 s390x ppc64 - # FIXME: This is a real failure, Debian apparently just don't test. - # RHBZ: 460043 - mv D02glob.ztst skipped -%endif - # FIXME: This hangs in mock - # Running test: Test loading of all compiled modules - mv V01zmodload.ztst skipped - true ) - ZTST_verbose=1 make test +make check %install rm -rf $RPM_BUILD_ROOT @@ -176,6 +161,7 @@ fi %changelog * Mon Aug 31 2015 Kamil Dudka - 5.1-1 - Update to latest upstream release: Zsh 5.1 +- remove outdated workarounds in %%check * Thu Jul 30 2015 Kamil Dudka - 5.0.8-6 - fix handling of command substitution in math context