mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-30 08:19:09 +00:00
Fix broken fstyp exfat testcase
Introduced in r312010. It helps to read the documentation before trying to test something.
This commit is contained in:
parent
47f2efe4fb
commit
4a6ace7328
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=312104
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user