aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authorEnji Cooper <ngie@FreeBSD.org>2017-01-13 04:04:48 +0000
committerEnji Cooper <ngie@FreeBSD.org>2017-01-13 04:04:48 +0000
commitef7ff3e308e615b34117acdec39edbe873e16e5a (patch)
tree44228ff8ff1de9e909c3c33f99f53c00f07f5c63 /usr.sbin/fstyp
parent6f81c4d9bb0e0092f1b278d23e45f9cf284277ca (diff)
downloadsrc-ef7ff3e308e615b34117acdec39edbe873e16e5a.tar.gz
src-ef7ff3e308e615b34117acdec39edbe873e16e5a.zip
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
Notes
Notes: svn path=/head/; revision=312011
Diffstat (limited to 'usr.sbin/fstyp')
-rwxr-xr-xusr.sbin/fstyp/tests/fstyp_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/fstyp/tests/fstyp_test.sh b/usr.sbin/fstyp/tests/fstyp_test.sh
index d4c766706d78..5b3bfa71c1a4 100755
--- a/usr.sbin/fstyp/tests/fstyp_test.sh
+++ b/usr.sbin/fstyp/tests/fstyp_test.sh
@@ -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
}