2014-03-25 00:09:24 +00:00
|
|
|
From 9279fc06572959c4698deb2f1d3df8daaed66e87 Mon Sep 17 00:00:00 2001
|
2013-08-28 16:13:40 +00:00
|
|
|
From: "Brian C. Lane" <bcl@redhat.com>
|
2014-03-25 00:09:24 +00:00
|
|
|
Date: Wed, 11 Sep 2013 12:25:07 -0700
|
|
|
|
Subject: [PATCH 78/89] tests: Add btrfs and xfs to the fs probe test
|
2013-08-28 16:13:40 +00:00
|
|
|
|
|
|
|
* tests/tests/t1700-probe-fs.sh: Add btrfs and xfs
|
|
|
|
---
|
|
|
|
tests/t1700-probe-fs.sh | 2 +-
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
|
|
|
|
index 7ce53d0..0418e73 100755
|
|
|
|
--- a/tests/t1700-probe-fs.sh
|
|
|
|
+++ b/tests/t1700-probe-fs.sh
|
|
|
|
@@ -22,7 +22,7 @@ require_512_byte_sector_size_
|
|
|
|
dev=loop-file
|
|
|
|
ss=$sector_size_
|
|
|
|
|
|
|
|
-for type in ext2 ext3 ext4 nilfs2; do
|
|
|
|
+for type in ext2 ext3 ext4 btrfs xfs nilfs2; do
|
|
|
|
|
|
|
|
( mkfs.$type -V ) >/dev/null 2>&1 \
|
|
|
|
|| { warn_ "$ME: no $type support"; continue; }
|
|
|
|
--
|
2014-02-27 21:23:51 +00:00
|
|
|
1.8.5.3
|
2013-08-28 16:13:40 +00:00
|
|
|
|