This is the mail archive of the lvm2-cvs@sourceware.org mailing list for the LVM2 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

LVM2/test test-utils.sh


CVSROOT:	/cvs/lvm2
Module name:	LVM2
Changes by:	mbroz@sourceware.org	2010-05-24 17:19:50

Modified files:
	test           : test-utils.sh 

Log message:
	Use mv -f for replace config in test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/LVM2/test/test-utils.sh.diff?cvsroot=lvm2&r1=1.45&r2=1.46

--- LVM2/test/test-utils.sh	2010/05/24 17:18:05	1.45
+++ LVM2/test/test-utils.sh	2010/05/24 17:19:50	1.46
@@ -392,7 +392,7 @@
   }
 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
 }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]