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

@ -21,6 +21,6 @@ load ../common
sysctl fs.file-max
}
@test "sysctl: Apply changes from `/etc/sysctl.conf`" {
sysctl -p
@test "sysctl: Apply changes from '/etc/sysctl.conf'" {
sudo sysctl -p
}