summaryrefslogtreecommitdiff
path: root/usr.sbin/fstyp
diff options
context:
space:
mode:
authorConrad Meyer <cem@FreeBSD.org>2017-01-14 01:08:04 +0000
committerConrad Meyer <cem@FreeBSD.org>2017-01-14 01:08:04 +0000
commit4a6ace7328b83a22f1f2f487b3e151858f2f2909 (patch)
tree4923dc6d0c5cc5a74d1e69e1e5a235268a537550 /usr.sbin/fstyp
parent47f2efe4fbcda07850d40f422455cba90714146c (diff)
downloadsrc-test2-4a6ace7328b83a22f1f2f487b3e151858f2f2909.tar.gz
src-test2-4a6ace7328b83a22f1f2f487b3e151858f2f2909.zip
Fix broken fstyp exfat testcase
Introduced in r312010. It helps to read the documentation before trying to test something.
Notes
Notes: svn path=/head/; revision=312104
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 5b3bfa71c1a4..e7a4108b5fd4 100755
--- a/usr.sbin/fstyp/tests/fstyp_test.sh
+++ b/usr.sbin/fstyp/tests/fstyp_test.sh
@@ -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