summaryrefslogtreecommitdiffstats
path: root/test/TEST-46-HOMED
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-08-01 13:14:52 +0200
committerLuca Boccassi <luca.boccassi@gmail.com>2024-08-01 15:02:34 +0200
commitce2344bbee468c7d524e508a8ff7f5f7ae85acb5 (patch)
treedfc3afd06b825bfc43c37bd71f858f682dcf342f /test/TEST-46-HOMED
parentbuild(deps): bump github/codeql-action from 3.25.11 to 3.25.15 (diff)
downloadsystemd-ce2344bbee468c7d524e508a8ff7f5f7ae85acb5.tar.xz
systemd-ce2344bbee468c7d524e508a8ff7f5f7ae85acb5.zip
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.
Diffstat (limited to 'test/TEST-46-HOMED')
-rwxr-xr-xtest/TEST-46-HOMED/test.sh2
1 files changed, 1 insertions, 1 deletions
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 "$@"