mirror of
git://sourceware.org/git/lvm2.git
synced 2025-10-21 15:33:18 +03:00
Use mv -f for replace config in test.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user