Fix socket.txt on s390x by using a different port.

This commit is contained in:
Jerry James 2019-04-07 10:29:18 -06:00
parent 19482ea111
commit dfe2fbb538
1 changed files with 4 additions and 0 deletions

View File

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