remove merge-recursive-old
[gitweb.git] / t / Makefile
index 89835093fbadf3c55cdf42f7490c6bac98ef2553..e1c6c92d9c0fb552081a65cd99d5b50bd65b5a09 100644 (file)
@@ -13,10 +13,6 @@ SHELL_PATH_SQ = $(subst ','\'',$(SHELL_PATH))
 T = $(wildcard t[0-9][0-9][0-9][0-9]-*.sh)
 TSVN = $(wildcard t91[0-9][0-9]-*.sh)
 
-ifdef NO_PYTHON
-       GIT_TEST_OPTS += --no-python
-endif
-
 all: $(T) clean
 
 $(T):