1
0
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:
Milan Broz
2010-05-24 17:19:50 +00:00
parent 87003ba5b1
commit 3c2b019578

View File

@@ -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
}