import source from lvm2 2.02.79
[external/device-mapper.git] / test / t-test-partition.sh
1 #!/bin/sh
2 # Copyright (C) 2010 Red Hat, Inc. All rights reserved.
3 #
4 # This copyrighted material is made available to anyone wishing to use,
5 # modify, copy, or redistribute it subject to the terms and conditions
6 # of the GNU General Public License v.2.
7 #
8 # You should have received a copy of the GNU General Public License
9 # along with this program; if not, write to the Free Software Foundation,
10 # Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
11
12 #
13 # Testcase for bugzilla #621173 
14 # excercises partition table scanning code path
15 #
16
17 which sfdisk || exit 200
18
19 LVM_TEST_CONFIG_DEVICES="types = [\"device-mapper\", 142]"
20
21 . ./test-utils.sh
22
23 aux prepare_pvs 1 30
24
25 pvs
26
27 # create small partition table
28 echo "1 2" | sfdisk $dev1
29
30 pvs