test: properly check for mercurial

We want to fail if it's not present, not skip the tests.

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2023-03-06 09:22:03 -06:00
parent a1e2c4acc9
commit 5e6ef0a1d5
4 changed files with 5 additions and 18 deletions

View File

@@ -14,12 +14,6 @@ test_description='Test remote-hg output compared to hg-git'
export EXPECTED_DIR="$SHARNESS_TEST_DIRECTORY/expected"
if ! python -c 'import mercurial' > /dev/null 2>&1
then
skip_all='skipping remote-hg tests; mercurial not available'
test_done
fi
git_clone () {
git clone -q "hg::$1" $2 &&
(