diff options
Diffstat (limited to 'tests/functional/fetchMercurial.sh')
-rw-r--r-- | tests/functional/fetchMercurial.sh | 2 |
1 files changed, 1 insertions, 1 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 |