X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=t%2Ft5800-remote-helpers.sh;h=75a0163c074724513accc9f2a482d72d9e51532c;hb=cde3eadad2fcacc90792a31d0c2ed6890f373e63;hp=eb31709b979011142f04079583e8340474cb8695;hpb=2cb5a48195362845fce284626f3d6eb62dcad204;p=git.git diff --git a/t/t5800-remote-helpers.sh b/t/t5800-remote-helpers.sh index eb31709b9..75a0163c0 100755 --- a/t/t5800-remote-helpers.sh +++ b/t/t5800-remote-helpers.sh @@ -7,6 +7,12 @@ test_description='Test remote-helper import and export commands' . ./test-lib.sh +if ! test_have_prereq PYTHON +then + say 'skipping git remote-testgit tests: requires Python support' + test_done +fi + test_expect_success 'setup repository' ' git init --bare server/.git && git clone server public &&