mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-11-15 07:25:49 +01:00
test: remove pointless prereq checks
The prereq check was necessary in upstream git, not here where it's a noop. Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -14,12 +14,6 @@ test_description='Test remote-hg output compared to hg-git'
|
||||
|
||||
export EXPECTED_DIR="$SHARNESS_TEST_DIRECTORY/expected"
|
||||
|
||||
if ! test_have_prereq PYTHON
|
||||
then
|
||||
skip_all='skipping remote-hg tests; python not available'
|
||||
test_done
|
||||
fi
|
||||
|
||||
if ! python -c 'import mercurial' > /dev/null 2>&1
|
||||
then
|
||||
skip_all='skipping remote-hg tests; mercurial not available'
|
||||
|
||||
Reference in New Issue
Block a user