1*7c604eeaShaad# Copyright (C) 2008 Red Hat, Inc. All rights reserved. 2*7c604eeaShaad# 3*7c604eeaShaad# This copyrighted material is made available to anyone wishing to use, 4*7c604eeaShaad# modify, copy, or redistribute it subject to the terms and conditions 5*7c604eeaShaad# of the GNU General Public License v.2. 6*7c604eeaShaad# 7*7c604eeaShaad# You should have received a copy of the GNU General Public License 8*7c604eeaShaad# along with this program; if not, write to the Free Software Foundation, 9*7c604eeaShaad# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 10*7c604eeaShaad 11*7c604eeaShaad# 12*7c604eeaShaad# tests lvm initialization, and especially negative tests of error paths 13*7c604eeaShaad# 14*7c604eeaShaad 15*7c604eeaShaad. ./test-utils.sh 16*7c604eeaShaad 17*7c604eeaShaadaux prepare_devs 5 18*7c604eeaShaad 19*7c604eeaShaad# invalid units 20*7c604eeaShaadnot pvs --config 'global { units = "<" }' 21*7c604eeaShaad 22