mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-03-20 16:51:28 +01:00
test: add missing redirection
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
@@ -16,7 +16,7 @@ then
|
||||
test_done
|
||||
fi
|
||||
|
||||
if ! python -c 'import mercurial'
|
||||
if ! python -c 'import mercurial' > /dev/null 2>&1
|
||||
then
|
||||
skip_all='skipping remote-hg tests; mercurial not available'
|
||||
test_done
|
||||
|
||||
Reference in New Issue
Block a user