mirror of
git://sourceware.org/git/lvm2.git
synced 2025-01-03 05:18:29 +03:00
Use mv -f for replace config in test.
This commit is contained in:
parent
8a65725195
commit
8e0ef70c96
@ -392,7 +392,7 @@ prepare_lvmconf() {
|
||||
}
|
||||
EOF
|
||||
# FIXME remove this workaround after mmap & truncating file problems solved
|
||||
mv $TESTDIR/etc/lvm.conf.new $TESTDIR/etc/lvm.conf
|
||||
mv -f $TESTDIR/etc/lvm.conf.new $TESTDIR/etc/lvm.conf
|
||||
cat $TESTDIR/etc/lvm.conf
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user