aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Jelen <jjelen@redhat.com>2020-09-02 14:17:23 +0200
committerAnderson Toshiyuki Sasaki <ansasaki@redhat.com>2020-09-02 17:14:54 +0200
commit8af24251c171e48233c26070fd29ba363d248a22 (patch)
tree212c9bfa3ee719bc8a77ad0c6707cf51fad92a56
parent645106a1cabde92108b77552e33d92f82cf64cfe (diff)
downloadlibssh-8af24251c171e48233c26070fd29ba363d248a22.tar.gz
libssh-8af24251c171e48233c26070fd29ba363d248a22.tar.xz
libssh-8af24251c171e48233c26070fd29ba363d248a22.zip
Add a new location of sftp-server on Tumbleweed
Signed-off-by: Jakub Jelen <jjelen@redhat.com> Reviewed-by: Anderson Toshiyuki Sasaki <ansasaki@redhat.com> (cherry picked from commit ff599a9c53c908d7abfc6ea0f4b94d707fbb34fa)
-rw-r--r--tests/torture.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/torture.c b/tests/torture.c
index a501f838..7289a97f 100644
--- a/tests/torture.c
+++ b/tests/torture.c
@@ -604,6 +604,7 @@ static void torture_setup_create_sshd_config(void **state, bool pam)
struct stat sb;
const char *sftp_server_locations[] = {
"/usr/lib/ssh/sftp-server",
+ "/usr/libexec/ssh/sftp-server", /* Tumbleweed 20200829 */
"/usr/libexec/sftp-server",
"/usr/libexec/openssh/sftp-server",
"/usr/lib/openssh/sftp-server", /* Debian */