diff -r 80d7dbda9294 -r 071cbeba4212 tests/test-subrepo-git.t --- a/tests/test-subrepo-git.t Fri Nov 03 19:17:25 2017 +0900 +++ b/tests/test-subrepo-git.t Fri Nov 03 20:12:50 2017 +0900 @@ -400,11 +400,13 @@ Don't crash if subrepo is a broken symlink $ ln -s broken s $ hg status -S + abort: subrepo 's' traverses symbolic link + [255] $ hg push -q - abort: subrepo s is missing (in subrepository "s") + abort: subrepo 's' traverses symbolic link [255] $ hg commit --subrepos -qm missing - abort: subrepo s is missing (in subrepository "s") + abort: subrepo 's' traverses symbolic link [255] $ rm s #endif