[PATCH] convert: don't read ~/.cvsrc in test-convert-cvs

Maxim Dounin mdounin at mdounin.ru
Thu Dec 27 11:23:40 CST 2007


Hello!

I'm happend to have "cvs -d ..." in my .cvsrc, and tests/test-convert-cvs
fails for me because of it. Attached patch fixes it by disabling cvs startup
file usage via CVS_OPTIONS=-f.

Likely I had nothing in "src" module under my cvsroot. :)

Maxim Dounin
-------------- next part --------------
# HG changeset patch
# User Maxim Dounin <mdounin at mdounin.ru>
# Date 1198774784 -10800
# Node ID 98f45e141567b5f4b0bc82178fd8713f64991095
# Parent  6ba5ecc27d3360af22f9f0540a22cd461b4411a5
convert: don't read ~/.cvsrc in test-convert-cvs

diff -r 6ba5ecc27d33 -r 98f45e141567 tests/test-convert-cvs
--- a/tests/test-convert-cvs	Thu Dec 27 13:39:59 2007 +0100
+++ b/tests/test-convert-cvs	Thu Dec 27 19:59:44 2007 +0300
@@ -9,6 +9,7 @@ mkdir cvsrepo
 mkdir cvsrepo
 cd cvsrepo
 export CVSROOT=`pwd`
+export CVS_OPTIONS=-f
 cd ..
 
 cvs -q -d "$CVSROOT" init


More information about the Mercurial-devel mailing list