changeset 5028:36e8983fe44d

test-convert: Hide warning about missing subversion bindings.
author Thomas Arendsen Hein <thomas@intevation.de>
date Sun, 29 Jul 2007 19:32:55 +0200
parents 17d71a79a257
children c89671c3b062
files tests/test-convert
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-convert
+++ b/tests/test-convert
@@ -17,5 +17,5 @@ echo a >> a
 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