25 lines
658 B
Diff
25 lines
658 B
Diff
|
From c245996d700458f6ab159a387483736f1c1a6fbf Mon Sep 17 00:00:00 2001
|
||
|
From: Zdenek Kabelac <zkabelac@redhat.com>
|
||
|
Date: Tue, 30 May 2017 12:59:21 +0200
|
||
|
Subject: [PATCH] tests: missed to export lvm binary for fsadm
|
||
|
|
||
|
---
|
||
|
test/shell/lvresize-full.sh | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
diff --git a/test/shell/lvresize-full.sh b/test/shell/lvresize-full.sh
|
||
|
index 17ee6aa..3eef11a 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
|
||
|
--
|
||
|
2.10.2
|
||
|
|