test-remove: fix \ vs. / issues on Windows stable
authorAdrian Buehlmann <adrian@cadifra.com>
Wed, 24 Oct 2012 11:38:31 +0200
branchstable
changeset 17861 3125af2d99d2
parent 17860 a45b33f12627
child 17862 2142691be14f
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.
tests/test-remove.t
--- 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]