tests: ensure systemd-homed is started before the homectl test.

This commit is contained in:
Alexandre Pujol 2024-11-20 00:11:57 +00:00
parent 5ef78b1e6c
commit edad2e1984
Failed to generate hash of commit

View file

@ -5,6 +5,12 @@
load common
setup_file() {
sudo systemctl start systemd-homed
skip
aa_setup
}
@test "homectl: Display help" {
homectl --no-pager --help
}