test-convert: Hide warning about missing subversion bindings.
authorThomas Arendsen Hein <thomas@intevation.de>
Sun, 29 Jul 2007 19:32:55 +0200
changeset 5028 36e8983fe44d
parent 5027 17d71a79a257
child 5030 c89671c3b062
test-convert: Hide warning about missing subversion bindings.
tests/test-convert
--- a/tests/test-convert	Sun Jul 29 18:53:09 2007 +0200
+++ b/tests/test-convert	Sun Jul 29 19:32:55 2007 +0200
@@ -17,5 +17,5 @@
 hg ci -d'4 0' -me
 
 cd ..
-hg convert a
+hg convert a 2>&1 | grep -v 'subversion python bindings could not be loaded'
 hg --cwd a-hg pull ../a