# HG changeset patch # User Matt Harbison # Date 1460435642 14400 # Node ID 7a1e0711401e4f9b50c8ed7032c3b21fa5dde7b8 # Parent d46dc68ec0428b2d689620d4e25d133d5f9f9974 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. diff -r d46dc68ec042 -r 7a1e0711401e 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