--- a/tests/test-keyword Sat Jul 21 21:44:33 2007 +0200
+++ b/tests/test-keyword Sun Jul 22 14:56:13 2007 +0200
@@ -9,6 +9,7 @@
EOF
echo % help
+# sed for backwards compatibility
hg help keyword \
| sed -e '/^list of commands/d' -e '/hg -v help keyword/d' -e '/^$/d'
@@ -92,7 +93,8 @@
EOF
echo % interrupted commit
-HGEDITOR=false hg commit
+# redirection and sed for backwards compatibility
+HGEDITOR=false hg commit 2>&1 | sed -e '/edit failed:/d'
echo % status
hg status
@@ -115,7 +117,7 @@
default = ../Test
EOF
echo % incoming
-# remove path to temp dir
+# remove path to temp dir for backwards compatibility
hg incoming | sed -e '/^comparing with/d'
echo % switch off expansion