Skip to content

Commit

Permalink
tests: ensure systemd-homed is started before the homectl test.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Nov 20, 2024
1 parent 5ef78b1 commit edad2e1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/bats/homectl.bats
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 5,12 @@

load common

setup_file() {
sudo systemctl start systemd-homed
skip
aa_setup
}

@test "homectl: Display help" {
homectl --no-pager --help
}
Expand Down

0 comments on commit edad2e1

Please sign in to comment.