1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #10433 from edolstra/run-mercurial-tests

Actually run the Mercurial tests
This commit is contained in:
Eelco Dolstra 2024-04-08 15:52:13 +02:00 committed by GitHub
commit 334874d101
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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