Merge pull request #2 from Oichkatzelesfrettschen/codex/locate-and-fix-receive-typo

Fix minor typo in testrelpol.sh
This commit is contained in:
Eirikr Hinngart 2025-05-17 00:51:26 -07:00 committed by GitHub
commit 90fdd490b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
minix/tests/testrelpol.sh Executable file → Normal file
View File

@ -27,7 +27,7 @@
#
# 2. define the following shell function:
# pol_<policyname>() {}
# - it will recieve the following parameters:
# - it will receive the following parameters:
# + service filename as $1 : the full path to the proc entry
# + label as $2 : the service label
# - which prints 'ok' on success, 'not ok' on failure.