]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r268030,r268793,r303212,r319642,r319830:
authorngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jul 2017 16:27:10 +0000 (16:27 +0000)
committerngie <ngie@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 18 Jul 2017 16:27:10 +0000 (16:27 +0000)
commit795d8cbb862917fc524c056f43db5292461d715a
treeb44643c79df0f840e3c64508f0c99c13ab0ae637
parentcbeb2916b9f3681ab2b717723a8673987e6ebad7
MFC r268030,r268793,r303212,r319642,r319830:

r268030 (by eadler):

chown: add a test

Add a test for the chown utility. This sets up chown(8) to be capable of being
tested.  As such, only add one test for now as an example.

r268793 (by eadler):

chown: Fix chown test number

r303212 (by bdrewery):

Move chown tests to proper path

r319642:

Add some basic tests for chmod(1)

r319830:

Add more simple positive tests for chown(1)

The tests are largely symmetric with the tests for chmod(1)--added in r319642.

Remove chown-f_test (added in r268030) since the test coverage is now being
provided by `chown_test`.

git-svn-id: svn://svn.freebsd.org/base/stable/10@321130 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
ObsoleteFiles.inc
bin/chmod/Makefile
bin/chmod/tests/Makefile [new file with mode: 0644]
bin/chmod/tests/chmod_test.sh [new file with mode: 0755]
etc/mtree/BSD.tests.dist
tools/build/mk/OptionalObsoleteFiles.inc
usr.sbin/chown/Makefile
usr.sbin/chown/tests/Makefile [new file with mode: 0644]
usr.sbin/chown/tests/chown_test.sh [new file with mode: 0755]