git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
7856844
)
Testsuite: Unset CVS_SERVER
author
Fabian Emmes
<redacted>
Thu, 17 Jul 2008 17:00:26 +0000
(19:00 +0200)
committer
Junio C Hamano
<redacted>
Sat, 19 Jul 2008 18:17:42 +0000
(11:17 -0700)
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 <redacted>
Signed-off-by: Lars Noschinski <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t9600-cvsimport.sh
patch
|
blob
|
history
diff --git
a/t/t9600-cvsimport.sh
b/t/t9600-cvsimport.sh
index 1e01e5c7483c2772964aa5250bc436b25454de7d..0d7786a8c730d17fa194346f1da2978d23256da9 100755
(executable)
--- 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
git clone https://git.99rst.org/PROJECT