avoid unnecessary failure of the test-suite

... in case ${RPS1} is set
This commit is contained in:
Kamil Dudka 2022-01-04 08:45:46 +01:00
parent 2055169831
commit 717b27b08b

View File

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