From ce5dff88a910c43c83bc72e6d91c727d80511feb Mon Sep 17 00:00:00 2001 From: Glen Barber Date: Tue, 22 Aug 2017 17:23:29 +0000 Subject: [PATCH] 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 --- usr.sbin/chown/tests/chown_test.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/usr.sbin/chown/tests/chown_test.sh b/usr.sbin/chown/tests/chown_test.sh index 605d90c3696..b8b85ab47b6 100755 --- a/usr.sbin/chown/tests/chown_test.sh +++ b/usr.sbin/chown/tests/chown_test.sh @@ -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