X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=t%2Ft5800-remote-helpers.sh;h=4ee7b65ce6d86be5f4debec6ca5021231e8d69de;hb=632d3f4b5b80700c6c7c3637d6a4d1d9a457f7e1;hp=75a0163c074724513accc9f2a482d72d9e51532c;hpb=199d4c0d434623eafc3a93dddad756ec029f57ff;p=git.git diff --git a/t/t5800-remote-helpers.sh b/t/t5800-remote-helpers.sh index 75a0163c0..4ee7b65ce 100755 --- a/t/t5800-remote-helpers.sh +++ b/t/t5800-remote-helpers.sh @@ -7,9 +7,15 @@ test_description='Test remote-helper import and export commands' . ./test-lib.sh -if ! test_have_prereq PYTHON +if test_have_prereq PYTHON && "$PYTHON_PATH" -c ' +import sys +if sys.hexversion < 0x02040000: + sys.exit(1) +' then - say 'skipping git remote-testgit tests: requires Python support' + : +else + say 'skipping git remote-testgit tests: requires Python 2.4 or newer' test_done fi