mirror of
https://github.com/git/git.git
synced 2026-02-13 19:31:58 +00:00
t5801: skip without hg
The tests for remote-hg require hg, so skip them all when there is no hg available.
This commit is contained in:
committed by
Pat Thoyts
parent
0bec40a7a6
commit
2ab3c8c9e7
@@ -19,6 +19,12 @@ else
|
||||
test_done
|
||||
fi
|
||||
|
||||
if ! type hg >/dev/null 2>&1
|
||||
then
|
||||
skip_all='skipping git remote-hg tests: requires hg'
|
||||
test_done
|
||||
fi
|
||||
|
||||
# Call cmp with the arguments -x ".hg" -x ".git" <left> <right>
|
||||
|
||||
vcs_cmp () {
|
||||
|
||||
Reference in New Issue
Block a user