mirror of
https://github.com/systemd/systemd.git
synced 2024-11-23 02:03:37 +08: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:
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
|
||||
|
Loading…
Reference in New Issue
Block a user