diff options
author | Luca Boccassi <bluca@debian.org> | 2024-07-09 19:42:06 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-07-09 21:29:08 +0200 |
commit | aaa7b36bd15ca3a96a1e11a557482b0bc59c769f (patch) | |
tree | 2423886fe4b03928c55249f323a2f41bb28adcca /test/TEST-74-AUX-UTILS | |
parent | fsck: do not pull down mount units on soft-reboot (diff) | |
download | systemd-aaa7b36bd15ca3a96a1e11a557482b0bc59c769f.tar.xz systemd-aaa7b36bd15ca3a96a1e11a557482b0bc59c769f.zip |
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
Diffstat (limited to 'test/TEST-74-AUX-UTILS')
-rwxr-xr-x | test/TEST-74-AUX-UTILS/test.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-74-AUX-UTILS/test.sh b/test/TEST-74-AUX-UTILS/test.sh index 2ee4a7533a..d47a0a20f2 100755 --- a/test/TEST-74-AUX-UTILS/test.sh +++ b/test/TEST-74-AUX-UTILS/test.sh @@ -31,6 +31,7 @@ test_append_files() { inst_binary ssh inst_binary sshd inst_binary ssh-keygen + image_install -o /usr/lib/ssh/sshd-session inst_binary usermod instmods vmw_vsock_virtio_transport instmods vsock_loopback |