avoid unnecessary failure of the test-suite
... in case ${RPS1} is set
This commit is contained in:
parent
2055169831
commit
717b27b08b
5
zsh.spec
5
zsh.spec
@ -93,7 +93,10 @@ make -C Src -f Makemod zsh{path,xmod}s.h version.h
|
|||||||
%make_build all html
|
%make_build all html
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# Run the testsuite
|
# avoid unnecessary failure of the test-suite in case ${RPS1} is set
|
||||||
|
unset RPS1
|
||||||
|
|
||||||
|
# run the test-suite
|
||||||
make check
|
make check
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
Loading…
Reference in New Issue
Block a user