~ubuntu-branches/ubuntu/vivid/lvm2/vivid

« back to all changes in this revision

Viewing changes to test/t-test-partition.sh

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2012-05-01 20:27:50 UTC
  • mto: (3.1.23 sid)
  • mto: This revision was merged to the branch mainline in revision 72.
  • Revision ID: package-import@ubuntu.com-20120501202750-gljjjtblowwq9mw8
Tags: upstream-2.02.95
ImportĀ upstreamĀ versionĀ 2.02.95

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
. lib/test
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