svn commit: r268793 - head/usr.sbin/chown/tests

看板FB_svn作者時間11年前 (2014/07/17 15:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
Author: eadler Date: Thu Jul 17 06:57:26 2014 New Revision: 268793 URL: http://svnweb.freebsd.org/changeset/base/268793 Log: chown: Fix chown test number Modified: head/usr.sbin/chown/tests/chown-f_test.sh Modified: head/usr.sbin/chown/tests/chown-f_test.sh ============================================================================== --- head/usr.sbin/chown/tests/chown-f_test.sh Thu Jul 17 06:54:12 2014 (r268792) +++ head/usr.sbin/chown/tests/chown-f_test.sh Thu Jul 17 06:57:26 2014 (r268793) @@ -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) _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
文章代碼(AID): #1JntImNj (FB_svn)