feat: suggestion tests

This commit is contained in:
iff 2025-04-05 00:10:29 +02:00
parent 58b6a65a75
commit 5a4ef05828
7 changed files with 95 additions and 0 deletions

4
tests/cases/privilege Normal file
View file

@ -0,0 +1,4 @@
case="privilege"
command="pacman -Syu"
error="you cannot perform this operation unless you are root"
expect="sudo pacman -Syu"