mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
chown: Fix chown test number
This commit is contained in:
parent
cae148478c
commit
72c7dfe3aa
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ echo "1..1"
|
|||
|
||||
name="chown -f root:wheel file"
|
||||
if [ `id -u` -eq 0 ]; then
|
||||
echo "ok 3 - $name # skip Test must not be uid 0."
|
||||
echo "ok 1 - $name # skip Test must not be uid 0."
|
||||
else
|
||||
touch file
|
||||
output=$(chown -f root:wheel file 2>&1)
|
||||
|
|
|
|||
Loading…
Reference in a new issue