tests/test-subrepo-git.t
branchstable
changeset 34984 071cbeba4212
parent 34661 eb586ed5d8ce
child 34985 5e27afeddaee
--- 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