Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Description: Turn off unit tests.
The tests require network access, so I'm disabling them.

Index: git/CMakeLists.txt
===================================================================
--- git.orig/CMakeLists.txt	2011-02-14 14:43:31.000000000 -0300
+++ git/CMakeLists.txt	2011-02-14 14:43:42.000000000 -0300
@@ -40,7 +40,7 @@
 endif(MSVC)
 
 
-option(ECHONEST_BUILD_TESTS "Build all unit tests" ON)
+option(ECHONEST_BUILD_TESTS "Build all unit tests" OFF)
 
 if(ECHONEST_BUILD_TESTS)
   enable_testing()
