aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/chown
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2014-07-17 06:57:26 +0000
committerEitan Adler <eadler@FreeBSD.org>2014-07-17 06:57:26 +0000
commit72c7dfe3aa169fb98f8c2c122fe06f06510c29b5 (patch)
treee007c9eb1c78a593a812932e90043af268fd4c5d /usr.sbin/chown
parentcae148478c3b2cf7388e54e161309713f36fd1d3 (diff)
Notes
Diffstat (limited to 'usr.sbin/chown')
-rwxr-xr-xusr.sbin/chown/tests/chown-f_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/chown/tests/chown-f_test.sh b/usr.sbin/chown/tests/chown-f_test.sh
index e9ef2bc5e282..c66b0085fc25 100755
--- a/usr.sbin/chown/tests/chown-f_test.sh
+++ b/usr.sbin/chown/tests/chown-f_test.sh
@@ -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)