xfstests: setup and run non-generic mkfs for btrfs

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
David Sterba
2011-08-16 18:50:23 +02:00
committed by Christoph Hellwig
parent 5659cc5b31
commit 314b221201
3 changed files with 8 additions and 1 deletions
+3
View File
@@ -306,6 +306,9 @@ case "$FSTYP" in
udf)
[ "$MKFS_UDF_PROG" = "" ] && _fatal "mkfs_udf/mkudffs not found"
;;
btrfs)
[ "$MKFS_BTRFS_PROG" = "" ] && _fatal "mkfs.btrfs not found"
;;
nfs)
;;
esac