From: Jan Palus Date: Wed, 18 May 2022 12:34:11 +0000 (+0200) Subject: exclude more tests requiring pty; rel 2 X-Git-Tag: auto/th/zsh-5.9-2 X-Git-Url: http://git.pld-linux.org/gitweb.cgi?a=commitdiff_plain;h=f707449c3980011fe82eda7389686b34dd3f64bf;p=packages%2Fzsh.git exclude more tests requiring pty; rel 2 --- diff --git a/zsh.spec b/zsh.spec index 03b3fe8..87c7f99 100644 --- a/zsh.spec +++ b/zsh.spec @@ -16,7 +16,7 @@ Summary(tr.UTF-8): Gelişmiş bir BASH sürümü Summary(uk.UTF-8): Командний процесор (shell) схожий на ksh, але з покращеннями Name: zsh Version: 5.9 -Release: 1 +Release: 2 License: BSD-like Group: Applications/Shells Source0: https://downloads.sourceforge.net/zsh/%{name}-%{version}.tar.xz @@ -211,7 +211,7 @@ cd .. %if %{with tests} if ! tty; then - %{__rm} Test/{C02cond,Y01completion,Y02compmatch,Y03arguments,V08zpty,W02jobs,X02zlevi,X03zlebindkey,X04zlehighlight}.ztst + %{__rm} Test/{C02cond,E01options,Y01completion,Y02compmatch,Y03arguments,V08zpty,W02jobs,W03jobparameters,X02zlevi,X03zlebindkey,X04zlehighlight}.ztst fi %{__make} test %endif