1
0
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:
Milan Broz 2010-05-24 17:19:50 +00:00
parent 8a65725195
commit 8e0ef70c96

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
}