diff --git a/tests/bats/homectl.bats b/tests/bats/homectl.bats index 3d506f67..656a3407 100644 --- a/tests/bats/homectl.bats +++ b/tests/bats/homectl.bats @@ -5,6 +5,12 @@ load common +setup_file() { + sudo systemctl start systemd-homed + skip + aa_setup +} + @test "homectl: Display help" { homectl --no-pager --help }