changeset 17861:3125af2d99d2 stable

test-remove: fix \ vs. / issues on Windows This part of the test failed with $ hg rm --after d1 - removing d1/a + removing d1\a on Windows.
author Adrian Buehlmann <adrian@cadifra.com>
date Wed, 24 Oct 2012 11:38:31 +0200
parents a45b33f12627
children 2142691be14f
files tests/test-remove.t
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-remove.t	Wed Oct 24 09:27:47 2012 -0700
+++ b/tests/test-remove.t	Wed Oct 24 11:38:31 2012 +0200
@@ -275,7 +275,7 @@
   $ hg add d1/a
   $ rm d1/a
   $ hg rm --after d1
-  removing d1/a
+  removing d1/a (glob)
   $ hg rm --after nosuch
   nosuch: No such file or directory
   [1]