aboutsummaryrefslogtreecommitdiff
path: root/bin/chmod/tests
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
| | | | | | | Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=325187
* Don't check result of chflags in f_flag_cleanup()Enji Cooper2017-08-051-1/+1
| | | | | | | | | | | | This will prevent false positives from occurring if the test is run on ZFS since ZFS doesn't support fflags throbbing like UFS. PR: 221189 MFC after: 4 days MFC with: r321949 Notes: svn path=/head/; revision=322101
* Always use first parameter passed to get_filesystem(..) instead of discarding itEnji Cooper2017-08-021-1/+3
| | | | | | | | | | | and using `.` instead. MFC after: 1 week MFC with: r321949 PR: 221189 [1], 221188 [2] Notes: svn path=/head/; revision=321950
* Add expected failures for ZFSEnji Cooper2017-08-021-0/+15
| | | | | | | | | | | | | | | - :f_flag fails on ZFS because UF_IMMUTABLE isn't supported [1]. - :v_flag fails on ZFS because the mode for foo is [always] updated unnecessarily. get_filesystem(..) (supporting function that was added to the test script) is based on equivalent logic in usr.bin/extattr/tests/extattr_test.sh . MFC after: 1 week PR: 221189 [1], 221188 [2] Notes: svn path=/head/; revision=321949
* Add some basic tests for chmod(1)Enji Cooper2017-06-072-0/+165
MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=319642