From aaa7b36bd15ca3a96a1e11a557482b0bc59c769f Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 9 Jul 2024 18:42:06 +0100 Subject: [PATCH] test: install split-out sshd-session binary if present Archlinux split out one ssh binary, install it in the legacy test setup if present for the tests that need ssh --- test/TEST-46-HOMED/test.sh | 1 + test/TEST-74-AUX-UTILS/test.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/test/TEST-46-HOMED/test.sh b/test/TEST-46-HOMED/test.sh index 923e00229e6..06034b7d177 100755 --- a/test/TEST-46-HOMED/test.sh +++ b/test/TEST-46-HOMED/test.sh @@ -24,6 +24,7 @@ test_append_files() { inst_binary ssh inst_binary sshd inst_binary ssh-keygen + image_install -o /usr/lib/ssh/sshd-session } do_test "$@" diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index 2ee4a7533ab..d47a0a20f29 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -31,6 +31,7 @@ test_append_files() { inst_binary ssh inst_binary sshd inst_binary ssh-keygen + image_install -o /usr/lib/ssh/sshd-session inst_binary usermod instmods vmw_vsock_virtio_transport instmods vsock_loopback -- 2.47.3