Merge "tests: actually run mercurial tests" into main

This commit is contained in:
Maximilian Bosch 2024-05-04 19:37:38 +00:00 committed by Gerrit Code Review
commit fa8009257a
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
source common.sh
[[ $(type -p hq) ]] || skipTest "Mercurial not installed"
[[ $(type -p hg) ]] || skipTest "Mercurial not installed"
clearStore

View file

@ -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