Mercurial > public > mercurial-scm > hg
diff tests/test-diff-hashes.t @ 15521:117f9190c1ba
tests: hide 'No such file or directory' messages
Windows will use a different and localized message.
author | Mads Kiilerich <mads@kiilerich.com> |
---|---|
date | Wed, 16 Nov 2011 03:45:14 +0100 |
parents | 4c94b6d0fb1c |
children | f2719b387380 |
line wrap: on
line diff
--- a/tests/test-diff-hashes.t Wed Nov 16 03:45:14 2011 +0100 +++ b/tests/test-diff-hashes.t Wed Nov 16 03:45:14 2011 +0100 @@ -2,8 +2,8 @@ $ cd a $ hg diff inexistent1 inexistent2 - inexistent1: No such file or directory - inexistent2: No such file or directory + inexistent1: * (glob) + inexistent2: * (glob) $ echo bar > foo $ hg add foo