Author: ngie Date: Fri Jan 13 04:04:48 2017 New Revision: 312011 URL: https://svnweb.freebsd.org/changeset/base/312011
Log: Use dfr-01-xfat.img.bz2, not dfr-01-xfat.dd.bz2 (the latter case was the full disk image from the website, which was never checked in to svn) Regardless, the testcase still fails PR: 214908 Sponsored by: Dell EMC Isilon 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 Fri Jan 13 04:02:09 2017 (r312010) +++ head/usr.sbin/fstyp/tests/fstyp_test.sh Fri Jan 13 04:04:48 2017 (r312011) @@ -63,7 +63,7 @@ exfat_head() { atf_set "descr" "fstyp(8) can detect exFAT filesystems" } exfat_body() { - bzcat $(atf_get_srcdir)/dfr-01-xfat.dd.bz2 > exfat.img + bzcat $(atf_get_srcdir)/dfr-01-xfat.img.bz2 > exfat.img atf_check -s exit:0 -o inline:"exfat\n" fstyp exfat.img } _______________________________________________ svn-src-head@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"