From 374488f31d70e6f009abf533a1c0a8077301f18d Mon Sep 17 00:00:00 2001
From: Fabian Emmes <fabian.emmes@rwth-aachen.de>
Date: Thu, 17 Jul 2008 19:00:26 +0200
Subject: [PATCH] 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>
---
 t/t9600-cvsimport.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/t/t9600-cvsimport.sh b/t/t9600-cvsimport.sh
index 1e01e5c748..0d7786a8c7 100755
--- a/t/t9600-cvsimport.sh
+++ b/t/t9600-cvsimport.sh
@@ -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
-- 
2.47.1