Mercurial > public > mercurial-scm > hg
diff tests/test-win32text.t @ 15520:d6d7b56ec346
tests: add missing '(glob)'s to match '\' in paths in test output on windows
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 16 Nov 2011 03:45:14 +0100 |
parents | 9910f60a37ee |
children | f2719b387380 |
line wrap: on
line diff
--- a/tests/test-win32text.t Wed Nov 16 03:45:14 2011 +0100 +++ b/tests/test-win32text.t Wed Nov 16 03:45:14 2011 +0100 @@ -112,7 +112,7 @@ abort: pretxncommit.crlf hook failed [255] $ hg revert -a - forgetting d/f2 + forgetting d/f2 (glob) $ rm d/f2 $ hg rem f @@ -177,10 +177,10 @@ $ for x in a b c d; do echo content > dupe/$x; done $ hg -R dupe add - adding dupe/a - adding dupe/b - adding dupe/c - adding dupe/d + adding dupe/a (glob) + adding dupe/b (glob) + adding dupe/c (glob) + adding dupe/d (glob) $ python unix2dos.py dupe/b dupe/c dupe/d $ hg -R dupe ci -m a dupe/a $ hg -R dupe ci -m b/c dupe/[bc]