]> git.pld-linux.org Git - packages/zsh.git/commitdiff
- W02jobs test requires tty
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jun 2018 16:55:49 +0000 (18:55 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 18 Jun 2018 16:55:49 +0000 (18:55 +0200)
zsh.spec

index 05000b0ac43b134a8edbfdfd5930f79904666c45..f23b36c5154531c9c23fe82ad6ff3ed634a14d84 100644 (file)
--- a/zsh.spec
+++ b/zsh.spec
@@ -208,7 +208,7 @@ cd ..
 
 %if %{with tests}
 if ! tty; then
-       rm Test/{C02cond,Y01completion,Y02compmatch,Y03arguments,V08zpty,X02zlevi,X03zlebindkey}.ztst
+       %{__rm} Test/{C02cond,Y01completion,Y02compmatch,Y03arguments,V08zpty,W02jobs,X02zlevi,X03zlebindkey}.ztst
 fi
 %{__make} test
 %endif
This page took 0.063681 seconds and 4 git commands to generate.