tests: add a few integration tests.

This commit is contained in:
Alexandre Pujol 2025-07-21 00:32:27 +02:00
parent 23c90474dc
commit fec6433e52
No known key found for this signature in database
GPG key ID: C5469996F0DF68EC
16 changed files with 325 additions and 6 deletions

View file

@ -16,7 +16,7 @@ setup_file() {
}
@test "homectl: Create a user account and their associated home directory" {
sudo homectl create user2
printf "user2\nuser2" | sudo homectl create user2
}
@test "homectl: List user accounts and their associated home directories" {