mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2026-05-06 07:27:52 +02: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