tests: add more integration tests for core tools.

This commit is contained in:
Alexandre Pujol 2024-11-12 21:42:31 +00:00 committed by nobody43
parent 245e26f110
commit 9aca44908c
19 changed files with 484 additions and 9 deletions

View file

@ -21,6 +21,12 @@ setup_file() {
aa_check
}
# bats test_tags=df
@test "df: Display the filesystem and its disk usage containing the given file or directory" {
df apparmor.d/
aa_check
}
# bats test_tags=df
@test "df: Include statistics on the number of free inodes" {
df --inodes