diff tests/test-bookmarks @ 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 e581f3acc338
line wrap: on
line diff
--- a/tests/test-bookmarks	Mon May 10 21:44:00 2010 +0200
+++ b/tests/test-bookmarks	Mon May 10 22:46:16 2010 +0200
@@ -15,7 +15,8 @@
 hg bookmarks
 
 echo % list bookmarks with color
-hg --config extensions.color= bookmarks --color=always
+hg --config extensions.color= --config color.mode=ansi \
+    bookmarks --color=always
 
 echo a > a
 hg add a