mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-02 12:20:51 +00:00
chown: Fix chown test number
This commit is contained in:
parent
cae148478c
commit
72c7dfe3aa
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268793
@ -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 New Issue
Block a user