Testsuite: Unset CVS_SERVER
The CVS_SERVER environment variable can cause some of the cvsimport tests to fail. So unset this variable at the beginning of the test script. Signed-off-by: Fabian Emmes <fabian.emmes@rwth-aachen.de> Signed-off-by: Lars Noschinski <lars@public.noschinski.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
7856844823
commit
374488f31d
@ -5,6 +5,7 @@ test_description='git-cvsimport basic tests'
|
|||||||
|
|
||||||
CVSROOT=$(pwd)/cvsroot
|
CVSROOT=$(pwd)/cvsroot
|
||||||
export CVSROOT
|
export CVSROOT
|
||||||
|
unset CVS_SERVER
|
||||||
# for clean cvsps cache
|
# for clean cvsps cache
|
||||||
HOME=$(pwd)
|
HOME=$(pwd)
|
||||||
export HOME
|
export HOME
|
||||||
|
Reference in New Issue
Block a user