1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-18 10:04:20 +03:00

Do not pollute /tmp with testing byproducts.

This commit is contained in:
Petr Rockai 2010-04-12 19:00:23 +00:00
parent 0693099223
commit b7d23b7943

View File

@ -18,7 +18,7 @@ vg1=${PREFIX}vg00
vg2=${PREFIX}vg01 vg2=${PREFIX}vg01
vgcreate $vg1 $dev1 vgcreate $vg1 $dev1
vgcreate $vg2 $dev2 vgcreate $vg2 $dev2
vgcfgbackup -f /tmp/bak-%s >out vgcfgbackup -f $TESTDIR/bak-%s >out
grep "Volume group \"$vg1\" successfully backed up." out grep "Volume group \"$vg1\" successfully backed up." out
grep "Volume group \"$vg2\" successfully backed up." out grep "Volume group \"$vg2\" successfully backed up." out
vgremove -ff $vg1 vgremove -ff $vg1