From 5738ee42d8c048a1bf2f126a4419f3cc9df4f5ca Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Fri, 9 May 2014 09:10:57 -0500 Subject: [PATCH] test: add missing redirection Signed-off-by: Felipe Contreras --- test/hg-git.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/hg-git.t b/test/hg-git.t index 9050571..9791288 100755 --- a/test/hg-git.t +++ b/test/hg-git.t @@ -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