Mercurial > hg-stable
diff tests/test-status.t @ 31769:bdcaf612e75a
tests: add globs for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sat, 01 Apr 2017 14:48:39 -0400 |
parents | 7e3b145f8247 |
children | 9fcb6df413c9 |
line wrap: on
line diff
--- a/tests/test-status.t Fri Mar 24 19:19:00 2017 -0700 +++ b/tests/test-status.t Sat Apr 01 14:48:39 2017 -0400 @@ -121,11 +121,11 @@ ? ../b/in_b ? ../in_root $ HGPLAIN=1 hg status --cwd a - ? a/1/in_a_1 - ? a/in_a - ? b/1/in_b_1 - ? b/2/in_b_2 - ? b/in_b + ? a/1/in_a_1 (glob) + ? a/in_a (glob) + ? b/1/in_b_1 (glob) + ? b/2/in_b_2 (glob) + ? b/in_b (glob) ? in_root $ cd ..