Mercurial > public > mercurial-scm > hg-stable
diff tests/test-subrepo.t @ 32698:bcb6684d144b
tests: adjust recent output changes for Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Sun, 04 Jun 2017 20:11:59 -0400 |
parents | 746e12a767b3 |
children | 1b5c61d38a52 |
line wrap: on
line diff
--- a/tests/test-subrepo.t Mon May 22 21:45:02 2017 -0400 +++ b/tests/test-subrepo.t Sun Jun 04 20:11:59 2017 -0400 @@ -1020,12 +1020,12 @@ $ hg cat sub/repo/foo test test - $ hg cat sub/repo/foo -Tjson + $ hg cat sub/repo/foo -Tjson | sed 's|\\\\|/|g' [ { "abspath": "foo", "data": "test\ntest\n", - "path": "sub/repo/foo" (glob) + "path": "sub/repo/foo" } ] $ mkdir -p tmp/sub/repo