summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2017-05-30 12:59:21 +0200
committerHeinz Mauelshagen <heinzm@redhat.com>2017-05-30 18:43:56 +0200
commitc245996d700458f6ab159a387483736f1c1a6fbf (patch)
treeb2c2b1963b6e45c5bc6f4af5b18af80e03be98eb
parentb876e8c915a9434fa947ceb447dab32d5ecc74d3 (diff)
downloadlvm2-c245996d700458f6ab159a387483736f1c1a6fbf.tar.gz
tests: missed to export lvm binary for fsadm
-rw-r--r--test/shell/lvresize-full.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shell/lvresize-full.sh b/test/shell/lvresize-full.sh
index 17ee6aa76..3eef11aea 100644
--- a/test/shell/lvresize-full.sh
+++ b/test/shell/lvresize-full.sh
@@ -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