From ce2344bbee468c7d524e508a8ff7f5f7ae85acb5 Mon Sep 17 00:00:00 2001 From: Frantisek Sumsal Date: Thu, 1 Aug 2024 13:14:52 +0200 Subject: test: attempt to install sshd-session from multiple places On Fedora the sshd-session binary is under /usr/libexec/openssh/ so cover this path as well in the old framework. Follow-up for aaa7b36bd15ca3a96a1e11a557482b0bc59c769f. --- test/TEST-46-HOMED/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/TEST-46-HOMED') diff --git a/test/TEST-46-HOMED/test.sh b/test/TEST-46-HOMED/test.sh index 06034b7d17..973b030e65 100755 --- a/test/TEST-46-HOMED/test.sh +++ b/test/TEST-46-HOMED/test.sh @@ -24,7 +24,7 @@ test_append_files() { inst_binary ssh inst_binary sshd inst_binary ssh-keygen - image_install -o /usr/lib/ssh/sshd-session + image_install -o /usr/lib/ssh/sshd-session /usr/libexec/openssh/sshd-session } do_test "$@" -- cgit v1.2.3