tests: add a few integration tests.

This commit is contained in:
Alexandre Pujol 2025-07-21 00:32:27 +02:00 committed by Alex
parent 0c2385fef9
commit d579b33011
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" {