changeset 28889:7a1e0711401e

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.
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 12 Apr 2016 00:34:02 -0400
parents d46dc68ec042
children 468339891670
files tests/test-remove.t
diffstat 1 files changed, 1 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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