diff options
author | ngie <ngie@FreeBSD.org> | 2017-07-18 16:27:10 +0000 |
---|---|---|
committer | ngie <ngie@FreeBSD.org> | 2017-07-18 16:27:10 +0000 |
commit | 267638f27bf8b67160b071ab007fe87b8a409990 (patch) | |
tree | b44643c79df0f840e3c64508f0c99c13ab0ae637 /ObsoleteFiles.inc | |
parent | 92abfa078161dbebf3a6f13255d027d7fe3374a6 (diff) | |
download | FreeBSD-src-267638f27bf8b67160b071ab007fe87b8a409990.zip FreeBSD-src-267638f27bf8b67160b071ab007fe87b8a409990.tar.gz |
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`.
Diffstat (limited to 'ObsoleteFiles.inc')
-rw-r--r-- | ObsoleteFiles.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index 9ab5734..d2101ff 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -40,6 +40,8 @@ # 20170620: remove stale manpage OLD_FILES+=usr/share/man/man2/cap_rights_get.2.gz +# 20170610: chown-f_test replaced by chown_test +OLD_FILES+=usr/tests/usr.sbin/chown/chown-f_test # 20170322: rename <x> to <x>_test to match the FreeBSD test suite name scheme OLD_FILES+=usr/tests/usr.bin/col/col OLD_FILES+=usr/tests/usr.sbin/pw/pw_config |