test: add missing redirection

Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
This commit is contained in:
Felipe Contreras
2014-05-09 09:10:57 -05:00
parent 1d27390dd0
commit 5738ee42d8

View File

@@ -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