Revert part of r322770 in usr.sbin/chown/tests/chown_test.sh,

which incorrectly adds atf_expect_fail() where there is no
failure case.

MFC after:	3 days
MFC with:	r322770
Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2017-08-22 17:23:29 +00:00
parent 7e1a02baa5
commit ce5dff88a9
1 changed files with 0 additions and 5 deletions

View File

@ -156,11 +156,6 @@ v_flag_body()
atf_check truncate -s 0 foo bar
atf_check chown 0:0 foo
atf_check chown 42:42 bar
case "$(get_filesystem .)" in
zfs)
atf_expect_fail "ZFS updates mode for foo unnecessarily"
;;
esac
atf_check -o 'inline:bar\n' chown -v 0:0 foo bar
atf_check chown -v 0:0 foo bar
for f in foo bar; do