diff options
author | David Teigland <teigland@redhat.com> | 2016-02-22 16:13:42 -0600 |
---|---|---|
committer | David Teigland <teigland@redhat.com> | 2016-02-23 09:28:48 -0600 |
commit | f54253d396d2f97d6f6a60185616523797364182 (patch) | |
tree | daa40e3feeda0429d890c58d7f0e272e815ae0dd /test/shell/vgchange-maxlv.sh | |
parent | 5d7e83c73cba507c4e5d798dbfe00314a4850b02 (diff) | |
download | lvm2-f54253d396d2f97d6f6a60185616523797364182.tar.gz |
tests: add SKIP_WITH_LVMLOCKD
to all tests that don't already used vgcreate $SHARED
Diffstat (limited to 'test/shell/vgchange-maxlv.sh')
-rw-r--r-- | test/shell/vgchange-maxlv.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/shell/vgchange-maxlv.sh b/test/shell/vgchange-maxlv.sh index 1859e414a..1509444ae 100644 --- a/test/shell/vgchange-maxlv.sh +++ b/test/shell/vgchange-maxlv.sh @@ -9,6 +9,7 @@ # along with this program; if not, write to the Free Software Foundation, # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA +SKIP_WITH_LVMLOCKD=1 SKIP_WITH_LVMPOLLD=1 . lib/inittest |