1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-12-21 13:34:40 +03:00

tests: check fsadm with missing filesystem

This commit is contained in:
Zdenek Kabelac 2021-03-24 16:33:16 +01:00
parent 28865f971e
commit 2151b71819

View File

@ -99,6 +99,10 @@ fsadm
# check needs arg
not fsadm check
# check needs arg
not fsadm resize "$dev_vg_lv" 30M |& tee out
grep "Cannot get FSTYPE" out
if check_missing ext2; then
mkfs.ext2 -b4096 -j "$dev_vg_lv"