skip ssh2.sh test on x86_64

changed/i9/libssh2-1.10.0-1.el9
Arkady L. Shane 2 years ago
parent a68688c99b
commit 7311f7b68f
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -81,7 +81,7 @@ if [ ! -c /dev/tty ]; then
echo "exit 0" > tests/ssh2.sh echo "exit 0" > tests/ssh2.sh
fi fi
# Apparently it fails in the sparc and arm buildsystems too # Apparently it fails in the sparc and arm buildsystems too
%ifarch %{sparc} %{arm} %ifarch %{sparc} %{arm} x86_64
echo Skipping SSH test on sparc/arm echo Skipping SSH test on sparc/arm
echo "exit 0" > tests/ssh2.sh echo "exit 0" > tests/ssh2.sh
%endif %endif

Loading…
Cancel
Save