mirror of
https://github.com/systemd/systemd.git
synced 2025-01-09 01:18:19 +03:00
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
This commit is contained in:
parent
bbb0b72849
commit
aaa7b36bd1
@ -24,6 +24,7 @@ test_append_files() {
|
|||||||
inst_binary ssh
|
inst_binary ssh
|
||||||
inst_binary sshd
|
inst_binary sshd
|
||||||
inst_binary ssh-keygen
|
inst_binary ssh-keygen
|
||||||
|
image_install -o /usr/lib/ssh/sshd-session
|
||||||
}
|
}
|
||||||
|
|
||||||
do_test "$@"
|
do_test "$@"
|
||||||
|
@ -31,6 +31,7 @@ test_append_files() {
|
|||||||
inst_binary ssh
|
inst_binary ssh
|
||||||
inst_binary sshd
|
inst_binary sshd
|
||||||
inst_binary ssh-keygen
|
inst_binary ssh-keygen
|
||||||
|
image_install -o /usr/lib/ssh/sshd-session
|
||||||
inst_binary usermod
|
inst_binary usermod
|
||||||
instmods vmw_vsock_virtio_transport
|
instmods vmw_vsock_virtio_transport
|
||||||
instmods vsock_loopback
|
instmods vsock_loopback
|
||||||
|
Loading…
Reference in New Issue
Block a user