mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
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 aaa7b36bd1.
This commit is contained in:
committed by
Luca Boccassi
parent
89322b8c09
commit
ce2344bbee
@@ -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 "$@"
|
||||
|
||||
@@ -31,7 +31,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
|
||||
inst_binary usermod
|
||||
instmods vmw_vsock_virtio_transport
|
||||
instmods vsock_loopback
|
||||
|
||||
Reference in New Issue
Block a user