author | Brandon Casey <drafnel@gmail.com> | |
Wed, 2 Jun 2010 00:13:40 +0000 (19:13 -0500) | ||
committer | Junio C Hamano <gitster@pobox.com> | |
Wed, 2 Jun 2010 16:26:35 +0000 (09:26 -0700) | ||
commit | 2bf1033478a65c1067e1a7922a91406c797852ed | |
tree | 147052cc2bcb87e68cfa7f7bcca5e90cfd1e6740 | tree | snapshot |
parent | 225c93a3cac93e8c619e5c8af47d2a781eedcacd | commit | diff |
t/t5800: skip if python version is older than 2.5
This test script depends on the git-remote-testgit python script. This
python script makes use of the hashlib module which was released in python
version 2.5. So, add a new pre-requisite named PYTHON_2_5_OR_NEWER to
test-lib.sh and check for it in t5800.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This test script depends on the git-remote-testgit python script. This
python script makes use of the hashlib module which was released in python
version 2.5. So, add a new pre-requisite named PYTHON_2_5_OR_NEWER to
test-lib.sh and check for it in t5800.
Signed-off-by: Brandon Casey <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5800-remote-helpers.sh | diff | blob | history |