# HG changeset patch # User Matt Harbison # Date 1496621519 14400 # Node ID bcb6684d144b91acc18e20b689d91cb98ed88229 # Parent f840b2621ccee87e28211a2955fba91ac5fd6fa9 tests: adjust recent output changes for Windows diff -r f840b2621cce -r bcb6684d144b tests/test-dirstate-race.t --- a/tests/test-dirstate-race.t Mon May 22 21:45:02 2017 -0400 +++ b/tests/test-dirstate-race.t Sun Jun 04 20:11:59 2017 -0400 @@ -45,7 +45,7 @@ #endif $ hg add b dir1 d e - adding dir1/c + adding dir1/c (glob) $ hg commit -m test2 $ cat >> $TESTTMP/dirstaterace.py << EOF diff -r f840b2621cce -r bcb6684d144b tests/test-subrepo.t --- 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