From caaca15854440c1781ecde06f3f8e3ecc6c728ca Mon Sep 17 00:00:00 2001 From: Zdenek Kabelac Date: Mon, 18 May 2015 10:14:12 +0200 Subject: [PATCH] tests: thin_restore not needed Few more test which could live without thin_restore. --- test/api/thin_percent.sh | 2 ++ test/shell/lvconvert-thin-external.sh | 2 ++ test/shell/lvconvert-thin-raid.sh | 2 ++ test/shell/lvconvert-thin.sh | 2 ++ 4 files changed, 8 insertions(+) diff --git a/test/api/thin_percent.sh b/test/api/thin_percent.sh index f93bd1570..fd64e3bba 100644 --- a/test/api/thin_percent.sh +++ b/test/api/thin_percent.sh @@ -11,6 +11,8 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false} + . lib/inittest aux have_thin 1 0 0 || skip diff --git a/test/shell/lvconvert-thin-external.sh b/test/shell/lvconvert-thin-external.sh index b688d3ab1..eba9e36eb 100644 --- a/test/shell/lvconvert-thin-external.sh +++ b/test/shell/lvconvert-thin-external.sh @@ -12,6 +12,8 @@ # Test conversion to thin external origin +export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false} + . lib/inittest test -e LOCAL_LVMPOLLD && skip diff --git a/test/shell/lvconvert-thin-raid.sh b/test/shell/lvconvert-thin-raid.sh index 8b4052ced..bd554b202 100644 --- a/test/shell/lvconvert-thin-raid.sh +++ b/test/shell/lvconvert-thin-raid.sh @@ -10,6 +10,8 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false} + . lib/inittest test -e LOCAL_LVMPOLLD && skip diff --git a/test/shell/lvconvert-thin.sh b/test/shell/lvconvert-thin.sh index b83336259..8270c0ee8 100644 --- a/test/shell/lvconvert-thin.sh +++ b/test/shell/lvconvert-thin.sh @@ -10,6 +10,8 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +export LVM_TEST_THIN_REPAIR_CMD=${LVM_TEST_THIN_REPAIR_CMD-/bin/false} + . lib/inittest test -e LOCAL_LVMPOLLD && skip