]> sourceware.org Git - lvm2.git/commitdiff
Use mv -f for replace config in test.
authorMilan Broz <mbroz@redhat.com>
Mon, 24 May 2010 17:19:50 +0000 (17:19 +0000)
committerMilan Broz <mbroz@redhat.com>
Mon, 24 May 2010 17:19:50 +0000 (17:19 +0000)
test/test-utils.sh

index b9534f9eccab9fd5f6ddb5fae1ac44d607852bc1..1da7c5fec9b92d1680e6517525ceb984287b76a1 100644 (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
 }
 
This page took 0.038567 seconds and 5 git commands to generate.