mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Do not pollute /tmp with testing byproducts.
This commit is contained in:
parent
0693099223
commit
b7d23b7943
@ -18,7 +18,7 @@ vg1=${PREFIX}vg00
|
||||
vg2=${PREFIX}vg01
|
||||
vgcreate $vg1 $dev1
|
||||
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 \"$vg2\" successfully backed up." out
|
||||
vgremove -ff $vg1
|
||||
|
Loading…
Reference in New Issue
Block a user