From 717b27b08b1e4d40d203120bc14cf27572b922da Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Tue, 4 Jan 2022 08:45:46 +0100 Subject: [PATCH] avoid unnecessary failure of the test-suite ... in case ${RPS1} is set --- zsh.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zsh.spec b/zsh.spec index c03537f..61f7942 100644 --- a/zsh.spec +++ b/zsh.spec @@ -93,7 +93,10 @@ make -C Src -f Makemod zsh{path,xmod}s.h version.h %make_build all html %check -# Run the testsuite +# avoid unnecessary failure of the test-suite in case ${RPS1} is set +unset RPS1 + +# run the test-suite make check %install