]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Don't check result of chflags in f_flag_cleanup()
authorngie <ngie@FreeBSD.org>
Sat, 5 Aug 2017 16:58:02 +0000 (16:58 +0000)
committerngie <ngie@FreeBSD.org>
Sat, 5 Aug 2017 16:58:02 +0000 (16:58 +0000)
commitfcad0851dfce292816fdd7acf602d8199ae9d72d
treedf9db4253f339a214a2ee5610e324e136086b9e7
parent0d762a2389c83aad8bf439f423a614ad85448cea
Don't check result of chflags in f_flag_cleanup()

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
bin/chmod/tests/chmod_test.sh