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