Actually run the Mercurial tests

This commit is contained in:
Eelco Dolstra 2024-04-08 15:20:04 +02:00
parent 9d2b9ef92e
commit 737ce5e81f
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