summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>2010-07-31 16:49:53 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-08-02 18:53:52 (GMT)
commitd596f33abba4e6ba15a13335a26a68a2c1b7ef7d (patch)
treece0231a648137b728b6d870de14c911a59a71929 /t
parent092c433407279219cb21819d971da0fbf4a60dcd (diff)
downloadgit-d596f33abba4e6ba15a13335a26a68a2c1b7ef7d.zip
git-d596f33abba4e6ba15a13335a26a68a2c1b7ef7d.tar.gz
git-d596f33abba4e6ba15a13335a26a68a2c1b7ef7d.tar.bz2
test-lib: Remove 3 year old no-op --no-python option
The --no-python option was added to test-lib.sh by Johannes Schindelin in early 2006 in abb7c7b3. It was later turned into a no-op by Junio C Hamano in 7cdbff14 the same year. Over three years is long enough before removing this old wart which was retained for backwards compatibility. Our tests have been using NO_PYTHON and "test_have_prereq PYTHON" for a long time now. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rw-r--r--t/test-lib.sh3
1 files changed, 0 insertions, 3 deletions
diff --git a/t/test-lib.sh b/t/test-lib.sh
index a827a0f..07a5eff 100644
--- a/t/test-lib.sh
+++ b/t/test-lib.sh
@@ -134,9 +134,6 @@ do
with_dashes=t; shift ;;
--no-color)
color=; shift ;;
- --no-python)
- # noop now...
- shift ;;
--va|--val|--valg|--valgr|--valgri|--valgrin|--valgrind)
valgrind=t; verbose=t; shift ;;
--tee)