MALLOC_CHECK: Allow checking to be disabled from config.mak
[gitweb.git] / t / t0000-basic.sh
index ae6a3f077742c0504b8ed8f56b98289c704ce8f9..08677df10e9d2a4c87fbe1e5d24eb836b1117e64 100755 (executable)
@@ -18,16 +18,6 @@ swapping compression and hashing order, the person who is making the
 modification *should* take notice and update the test vectors here.
 '
 
-################################################################
-# It appears that people try to run tests without building...
-
-../git >/dev/null
-if test $? != 1
-then
-       echo >&2 'You do not seem to have built git yet.'
-       exit 1
-fi
-
 . ./test-lib.sh
 
 ################################################################