Remove residual blank line at start of MakefileThis is a residual of the $FreeBSD$ removal.MFC After: 3 days (though I'll just run the command on the branches)Sponsored by: Netflix
Remove $FreeBSD$: one-line sh patternRemove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
DIRDEPS_BUILD: Connect new directories.Sponsored by: Dell EMC Isilon
Don't check result of chflags in f_flag_cleanup()This will prevent false positives from occurring if the test is run onZFS since ZFS doesn't support fflags throbbing like UFS.PR: 221189MFC afte
Don't check result of chflags in f_flag_cleanup()This will prevent false positives from occurring if the test is run onZFS since ZFS doesn't support fflags throbbing like UFS.PR: 221189MFC after: 4 daysMFC with: r321949
show more ...
Always use first parameter passed to get_filesystem(..) instead of discarding itand using `.` instead.MFC after: 1 weekMFC with: r321949PR: 221189 [1], 221188 [2]
Add expected failures for ZFS- :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(..
Add expected failures for ZFS- :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 weekPR: 221189 [1], 221188 [2]
Add some basic tests for chmod(1)MFC after: 1 monthSponsored by: Dell EMC Isilon