mirror of
https://github.com/git/git.git
synced 2026-01-19 15:09:01 +00:00
Merge branch 'sr/remote-helper-export' into next
* sr/remote-helper-export: t5800: testgit helper requires Python support
This commit is contained in:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user