Blame SOURCES/parted-3.1-tests-Add-btrfs-and-xfs-to-the-fs-probe-test.patch

fc4a62
From 17027da1eda39d20b2d6dca0a59ac4afc5409318 Mon Sep 17 00:00:00 2001
fc4a62
From: "Brian C. Lane" <bcl@redhat.com>
fc4a62
Date: Wed, 28 Aug 2013 08:47:26 -0700
fc4a62
Subject: [PATCH 69/69] tests: Add btrfs and xfs to the fs probe test
fc4a62
fc4a62
* tests/tests/t1700-probe-fs.sh: Add btrfs and xfs
fc4a62
---
fc4a62
 tests/t1700-probe-fs.sh | 2 +-
fc4a62
 1 file changed, 1 insertion(+), 1 deletion(-)
fc4a62
fc4a62
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
fc4a62
index 7ce53d0..0418e73 100755
fc4a62
--- a/tests/t1700-probe-fs.sh
fc4a62
+++ b/tests/t1700-probe-fs.sh
fc4a62
@@ -22,7 +22,7 @@ require_512_byte_sector_size_
fc4a62
 dev=loop-file
fc4a62
 ss=$sector_size_
fc4a62
 
fc4a62
-for type in ext2 ext3 ext4 nilfs2; do
fc4a62
+for type in ext2 ext3 ext4 btrfs xfs nilfs2; do
fc4a62
 
fc4a62
   ( mkfs.$type -V ) >/dev/null 2>&1 \
fc4a62
       || { warn_ "$ME: no $type support"; continue; }
fc4a62
-- 
fc4a62
1.8.3.1
fc4a62