submodule status: remove unused orig_* variables
[gitweb.git] / t / t0000-basic.sh
index ccb5435b2a7dd4724f3bc8e0b0186f248dbad448..741b6b6d166ed5b59917d010f777b8f54d0928cc 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
 
 ################################################################