From 7311f7b68f3ac69d3610ce0195522d61de350631 Mon Sep 17 00:00:00 2001 From: tigro Date: Mon, 24 Jul 2023 22:51:07 +0300 Subject: [PATCH] skip ssh2.sh test on x86_64 --- SPECS/libssh2.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPECS/libssh2.spec b/SPECS/libssh2.spec index b926353..0eb3b7c 100644 --- a/SPECS/libssh2.spec +++ b/SPECS/libssh2.spec @@ -81,7 +81,7 @@ if [ ! -c /dev/tty ]; then echo "exit 0" > tests/ssh2.sh fi # 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 "exit 0" > tests/ssh2.sh %endif