summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBrian C. Lane <bcl@redhat.com>2018-10-16 13:37:09 -0700
committerBrian C. Lane <bcl@redhat.com>2018-10-16 13:37:09 -0700
commit749b42f25534bec8625e74a6c1c61c3ad6cc8b17 (patch)
treeaf19dfbae378dc81a09d6688aa4a047377db61a6 /tests
parent8740cfcff3ea839dd6dc8650dec0a466e9870625 (diff)
downloadparted-749b42f25534bec8625e74a6c1c61c3ad6cc8b17.tar.gz
Add udf to t1700-probe-fs and to the manpage
If mkfs.udf is installed this will test to make sure that the filesystem is detected.
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 b13cec0..853d6bc 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; do
+for type in ext2 ext3 ext4 btrfs xfs nilfs2 ntfs vfat hfsplus udf; do
( mkfs.$type 2>&1 | grep -i '^usage' ) > /dev/null \
|| { warn_ "$ME: no $type support"; continue; }