From 5b9d51e92d71ebe0d7bdb1a3cf02b5bd7bc5e821 Mon Sep 17 00:00:00 2001 From: Pablo Greco Date: Jan 02 2019 10:56:42 +0000 Subject: Enable ssh_user_login test for armhfp --- diff --git a/tests/p_openssh/sshd_user_login-with-key.sh b/tests/p_openssh/sshd_user_login-with-key.sh index d078b5e..b07a680 100755 --- a/tests/p_openssh/sshd_user_login-with-key.sh +++ b/tests/p_openssh/sshd_user_login-with-key.sh @@ -1,12 +1,5 @@ #!/bin/sh -uname_arch=$(uname -m) - -if [ "$uname_arch" == "armv7l" ]; then - t_Log "*** Not testing on Arch: $uname_arch ***" - exit 0 -fi - for KeyType in rsa dsa; do userdel -rf sshtest; useradd sshtest && echo sshtest | passwd --stdin sshtest runuser -l sshtest -c "echo | ssh-keygen -q -t ${KeyType} -b 1024 -f ~/.ssh/id_${KeyType}" > /dev/null