diff options
author | Zdenek Kabelac <zkabelac@redhat.com> | 2015-10-27 15:10:06 +0100 |
---|---|---|
committer | Zdenek Kabelac <zkabelac@redhat.com> | 2015-10-27 16:00:09 +0100 |
commit | 4159680a0ee7eceb4d5124c1e4e78b418b12f357 (patch) | |
tree | cfce128aaa605be7f40a464068f3189ffcd20104 /test/shell/vgchange-maxlv.sh | |
parent | 76cff10a734a7c1e26b3835ff967dac0b7e46bcb (diff) | |
download | lvm2-4159680a0ee7eceb4d5124c1e4e78b418b12f357.tar.gz |
tests: use more SKIP
Speed-up check_lvmpolld.
Diffstat (limited to 'test/shell/vgchange-maxlv.sh')
-rw-r--r-- | test/shell/vgchange-maxlv.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/shell/vgchange-maxlv.sh b/test/shell/vgchange-maxlv.sh index 613d985ee..886fa5003 100644 --- a/test/shell/vgchange-maxlv.sh +++ b/test/shell/vgchange-maxlv.sh @@ -9,9 +9,9 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -. lib/inittest +SKIP_WITH_LVMPOLLD=1 -test -e LOCAL_LVMPOLLD && skip +. lib/inittest aux prepare_dmeventd aux prepare_pvs 3 |