Date: Sat, 14 Jan 2017 01:08:05 +0000 (UTC) From: "Conrad E. Meyer" <cem@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r312104 - head/usr.sbin/fstyp/tests Message-ID: <201701140108.v0E185DE069081@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cem Date: Sat Jan 14 01:08:04 2017 New Revision: 312104 URL: https://svnweb.freebsd.org/changeset/base/312104 Log: Fix broken fstyp exfat testcase Introduced in r312010. It helps to read the documentation before trying to test something. Modified: head/usr.sbin/fstyp/tests/fstyp_test.sh Modified: head/usr.sbin/fstyp/tests/fstyp_test.sh ============================================================================== --- head/usr.sbin/fstyp/tests/fstyp_test.sh Sat Jan 14 01:03:20 2017 (r312103) +++ head/usr.sbin/fstyp/tests/fstyp_test.sh Sat Jan 14 01:08:04 2017 (r312104) @@ -64,7 +64,7 @@ exfat_head() { } exfat_body() { bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img - atf_check -s exit:0 -o inline:"exfat\n" fstyp exfat.img + atf_check -s exit:0 -o inline:"exfat\n" fstyp -u exfat.img } atf_test_case empty
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701140108.v0E185DE069081>