summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRomain Perier <romain.perier@gmail.com>2020-03-20 17:43:17 +0100
committerBrian C. Lane <bcl@redhat.com>2020-05-04 17:13:24 -0700
commiteaada0bc9e1cc8adb3a0260707d9474a3e01b835 (patch)
tree045742ffc3eedf325f1aa9b962a5d8d89be33e37 /tests
parentc6b61814cd4cf958e12d35a36184ff7d767e57d9 (diff)
downloadparted-eaada0bc9e1cc8adb3a0260707d9474a3e01b835.tar.gz
tests: Add f2fs to the fs probe test
Signed-off-by: Romain Perier <romain.perier@gmail.com> Signed-off-by: Brian C. Lane <bcl@redhat.com>
Diffstat (limited to 'tests')
-rwxr-xr-xtests/t1700-probe-fs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t1700-probe-fs.sh b/tests/t1700-probe-fs.sh
index 1fe3309..9150a37 100755
--- a/tests/t1700-probe-fs.sh
+++ b/tests/t1700-probe-fs.sh
@@ -23,7 +23,7 @@ dev=loop-file
ss=$sector_size_
n_sectors=$((512*1024))
-for type in ext2 ext3 ext4 btrfs xfs nilfs2 ntfs vfat hfsplus udf; do
+for type in ext2 ext3 ext4 btrfs xfs nilfs2 ntfs vfat hfsplus udf f2fs; do
( mkfs.$type 2>&1 | grep -i '^usage' ) > /dev/null \
|| { warn_ "$ME: no $type support"; continue; }