Browse Source

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>
maint
Fabian Emmes 17 years ago committed by Junio C Hamano
parent
commit
374488f31d
  1. 1
      t/t9600-cvsimport.sh

1
t/t9600-cvsimport.sh

@ -5,6 +5,7 @@ test_description='git-cvsimport basic tests' @@ -5,6 +5,7 @@ test_description='git-cvsimport basic tests'

CVSROOT=$(pwd)/cvsroot
export CVSROOT
unset CVS_SERVER
# for clean cvsps cache
HOME=$(pwd)
export HOME

Loading…
Cancel
Save