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
This commit is contained in:
Enji Cooper 2017-01-13 04:04:48 +00:00
parent 6f81c4d9bb
commit ef7ff3e308
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312011

View File

@ -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
}