diff tests/test-bookmarks-current @ 11141:df5d1d571d27

tests: force color ansi mode on Windows
author Patrick Mezard <pmezard@gmail.com>
date Mon, 10 May 2010 22:46:16 +0200
parents 717c35d55fb3
children e5aaaef91a27
line wrap: on
line diff
--- a/tests/test-bookmarks-current	Mon May 10 21:44:00 2010 +0200
+++ b/tests/test-bookmarks-current	Mon May 10 22:46:16 2010 +0200
@@ -18,7 +18,8 @@
 hg bookmark
 
 echo % list bookmarks with color
-hg --config extensions.color= bookmark --color=always
+hg --config extensions.color= --config color.mode=ansi \
+    bookmark --color=always
 
 echo % update to bookmark X
 hg update X