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

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