fstests: exclude exfat from tests which require metadata journaling

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Zorro Lang <zlang@redhat.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
This commit is contained in:
Eric Sandeen
2020-04-15 15:22:49 -05:00
committed by Eryu Guan
parent 4f9638d1c0
commit 92a6a6cff8
+1 -1
View File
@@ -3211,7 +3211,7 @@ _has_metadata_journaling()
fi
case "$FSTYP" in
ext2|vfat|msdos|udf)
ext2|vfat|msdos|udf|exfat)
echo "$FSTYP does not support metadata journaling"
return 1
;;