xref: /dragonfly/contrib/lvm2/dist/test/lvm2app.sh (revision 0db87cb7)
1# Copyright (C) 2008 Red Hat, Inc. All rights reserved.
2#
3# This copyrighted material is made available to anyone wishing to use,
4# modify, copy, or redistribute it subject to the terms and conditions
5# of the GNU General Public License v.2.
6#
7# You should have received a copy of the GNU General Public License
8# along with this program; if not, write to the Free Software Foundation,
9# Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
10
11#
12# tests lvm2app library
13#
14
15. ./test-utils.sh
16
17aux prepare_devs 2
18
19pvcreate $dev1 $dev2
20
21echo `pwd`
22ls -lR `pwd`
23$abs_srcdir/api/vgtest $vg1 $dev1 $dev2
24