Skip to content

Commit d596f33

Browse files
avargitster
authored andcommitted
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 abb7c7b. It was later turned into a no-op by Junio C Hamano in 7cdbff1 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>
1 parent 092c433 commit d596f33

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

t/test-lib.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -134,9 +134,6 @@ do
134134
with_dashes=t; shift ;;
135135
--no-color)
136136
color=; shift ;;
137-
--no-python)
138-
# noop now...
139-
shift ;;
140137
--va|--val|--valg|--valgr|--valgri|--valgrin|--valgrind)
141138
valgrind=t; verbose=t; shift ;;
142139
--tee)

0 commit comments

Comments
 (0)