# HG changeset patch # User Maxim Dounin # 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 cd cvsrepo export CVSROOT=`pwd` +export CVS_OPTIONS=-f cd .. cvs -q -d "$CVSROOT" init