Date: Tue, 22 Aug 2017 17:23:29 +0000 (UTC) From: Glen Barber <gjb@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r322796 - head/usr.sbin/chown/tests Message-ID: <201708221723.v7MHNTv4012518@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gjb Date: Tue Aug 22 17:23:29 2017 New Revision: 322796 URL: https://svnweb.freebsd.org/changeset/base/322796 Log: 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 Modified: head/usr.sbin/chown/tests/chown_test.sh Modified: head/usr.sbin/chown/tests/chown_test.sh ============================================================================== --- head/usr.sbin/chown/tests/chown_test.sh Tue Aug 22 17:13:28 2017 (r322795) +++ head/usr.sbin/chown/tests/chown_test.sh Tue Aug 22 17:23:29 2017 (r322796) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201708221723.v7MHNTv4012518>