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

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