Skip to content

Commit

Permalink
test-lib: Remove 3 year old no-op --no-python option
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Ævar Arnfjörð Bjarmason authored and Junio C Hamano committed Aug 2, 2010
1 parent 092c433 commit d596f33
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions t/test-lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d596f33

Please sign in to comment.