test-remove: drop a useless Windows specific conditional
authorMatt Harbison <matt_harbison@yahoo.com>
Tue, 12 Apr 2016 00:34:02 -0400
changeset 28889 7a1e0711401e
parent 28888 d46dc68ec042
child 28890 468339891670
test-remove: drop a useless Windows specific conditional The Windows branch didn't pick up the 'deleting' progress bar addition from 62e73d42bd14. But since the Windows branch already globbed the error message, let's just drop the other branch.
tests/test-remove.t
--- a/tests/test-remove.t	Tue Mar 15 23:04:35 2016 -0400
+++ b/tests/test-remove.t	Tue Apr 12 00:34:02 2016 -0400
@@ -468,15 +468,10 @@
   \r (no-eol) (esc)
                                                               \r (no-eol) (esc)
   removing d1/a (glob)
-#if windows
+
   $ hg rm --after nosuch
   nosuch: * (glob)
-  [1]
-#else
-  $ hg rm --after nosuch
-  nosuch: No such file or directory
   \r (no-eol) (esc)
   deleting [===========================================>] 1/1\r (no-eol) (esc)
                                                               \r (no-eol) (esc)
   [1]
-#endif