aboutsummaryrefslogtreecommitdiff
path: root/tests/functional
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2024-05-04 19:37:38 +0000
committerGerrit Code Review <gerrit@lix>2024-05-04 19:37:38 +0000
commitfa8009257a1344285e5d5de25c59fef3b5b6e5d4 (patch)
treebf131c8b3927c4a6872cfd33119e89950027201a /tests/functional
parent799d0132f0797f59cda8c66cde968aba8c3486c3 (diff)
parentd3b41f3a7dbe4d6d9eb57ffc0dc1b3219b8d4a59 (diff)
Merge "tests: actually run mercurial tests" into main
Diffstat (limited to 'tests/functional')
-rw-r--r--tests/functional/fetchMercurial.sh2
-rw-r--r--tests/functional/flakes/mercurial.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/fetchMercurial.sh b/tests/functional/fetchMercurial.sh
index e6f8525c6..e133df1f8 100644
--- a/tests/functional/fetchMercurial.sh
+++ b/tests/functional/fetchMercurial.sh
@@ -1,6 +1,6 @@
source common.sh
-[[ $(type -p hq) ]] || skipTest "Mercurial not installed"
+[[ $(type -p hg) ]] || skipTest "Mercurial not installed"
clearStore
diff --git a/tests/functional/flakes/mercurial.sh b/tests/functional/flakes/mercurial.sh
index 0622c79b7..7074af6f7 100644
--- a/tests/functional/flakes/mercurial.sh
+++ b/tests/functional/flakes/mercurial.sh
@@ -1,6 +1,6 @@
source ./common.sh
-[[ $(type -p hq) ]] || skipTest "Mercurial not installed"
+[[ $(type -p hg) ]] || skipTest "Mercurial not installed"
flake1Dir=$TEST_ROOT/flake-hg1
mkdir -p $flake1Dir