changeset 17377:a10f7eeb2588

test-status.t: test ui.slash on Windows
author Patrick Mezard <patrick@mezard.eu>
date Sat, 18 Aug 2012 16:35:36 +0200
parents 3738d6254bd3
children 02e2308b61f7
files tests/test-status.t
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-status.t	Thu Aug 16 13:57:43 2012 +0200
+++ b/tests/test-status.t	Sat Aug 18 16:35:36 2012 +0200
@@ -330,4 +330,9 @@
   $ hg status -A --rev 1 1
   R 1/2/3/4/5/b.txt
 
+#if windows
+  $ hg --config ui.slash=false status -A --rev 1 1
+  R 1\2\3\4\5\b.txt
+#endif
+
   $ cd ..