diff options
author | Romain Perier <romain.perier@gmail.com> | 2020-03-20 17:43:17 +0100 |
---|---|---|
committer | Brian C. Lane <bcl@redhat.com> | 2020-05-04 17:13:24 -0700 |
commit | eaada0bc9e1cc8adb3a0260707d9474a3e01b835 (patch) | |
tree | 045742ffc3eedf325f1aa9b962a5d8d89be33e37 /tests/t1700-probe-fs.sh | |
parent | c6b61814cd4cf958e12d35a36184ff7d767e57d9 (diff) | |
download | parted-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/t1700-probe-fs.sh')
-rwxr-xr-x | tests/t1700-probe-fs.sh | 2 |
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; } |