mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-25 06:27:49 +01:00
tests: ensure systemd-homed is started before the homectl test.
This commit is contained in:
parent
5ef78b1e6c
commit
edad2e1984
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@
|
|||
|
||||
load common
|
||||
|
||||
setup_file() {
|
||||
sudo systemctl start systemd-homed
|
||||
skip
|
||||
aa_setup
|
||||
}
|
||||
|
||||
@test "homectl: Display help" {
|
||||
homectl --no-pager --help
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue