test: redirect all "cd -" output to /dev/null
authorChristian Ebert <blacktrash@gmx.net>
Sat, 05 Jan 2008 12:33:21 +0100
changeset 325 1dc0abff8ac3
parent 323 9107f7a3fd12
child 327 06f3c6b3dd93
test: redirect all "cd -" output to /dev/null
tests/test-keyword
--- a/tests/test-keyword	Fri Jan 04 17:23:13 2008 +0100
+++ b/tests/test-keyword	Sat Jan 05 12:33:21 2008 +0100
@@ -207,7 +207,7 @@
 hg --verbose kwshrink a
 echo % cat a
 cat a
-cd -
+cd - > /dev/null 2>&1
 
 echo % kwexpand nonexistent
 hg kwexpand nonexistent