test(exec-server): advertise fake bwrap perms

Co-authored-by: Codex noreply@openai.com
This commit is contained in:
viyatb-oai
2026-05-01 19:34:46 -07:00
parent 757f893684
commit fd5cb1528f

View File

@@ -198,7 +198,7 @@ set -euo pipefail
for arg in "$@"; do
if [[ "${arg}" == "--help" ]]; then
echo "Usage: bwrap --argv0"
echo "Usage: bwrap --argv0 --perms"
exit 0
fi
done