1
0
mirror of git://sourceware.org/git/lvm2.git synced 2024-10-27 10:25:13 +03:00

tests: missed to export lvm binary for fsadm

This commit is contained in:
Zdenek Kabelac 2017-05-30 12:59:21 +02:00 committed by Heinz Mauelshagen
parent b876e8c915
commit c245996d70

View File

@ -20,6 +20,7 @@ SKIP_WITH_LVMPOLLD=1
FSCK=${FSCK-fsck}
MKFS=${MKFS-mkfs.ext3}
RESIZEFS=${RESIZEFS-resize2fs}
export LVM_BINARY=$(which lvm)
which $FSCK || skip
which $MKFS || skip