From dfe2fbb538f540f6de432f9f10f2e9556ccbaed3 Mon Sep 17 00:00:00 2001 From: Jerry James Date: Sun, 7 Apr 2019 10:29:18 -0600 Subject: [PATCH] Fix socket.txt on s390x by using a different port. --- clisp.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clisp.spec b/clisp.spec index e59d636..a080799 100644 --- a/clisp.spec +++ b/clisp.spec @@ -126,6 +126,10 @@ chmod a-x modules/clx/clx-manual/html/doc-index.cgi # Update the translations cp -p %{SOURCE1} src/po +# On some koji builders, something is already listening on port 9090, which +# causes a spurious test failure. Change to port 9096 for the test. +sed -i 's/9090/9096/g' tests/socket.tst + %build ulimit -s unlimited export LC_ALL=C.UTF-8