diff tests/test-symlinks.t @ 18450:4f9a52858512

scmutil: localize and improve 'not under root' message
author Mads Kiilerich <madski@unity3d.com>
date Fri, 18 Jan 2013 01:24:29 +0100
parents 973c2b0b403c
children 2cbd27f4f3c4
line wrap: on
line diff
--- a/tests/test-symlinks.t	Fri Jan 18 01:23:51 2013 +0100
+++ b/tests/test-symlinks.t	Fri Jan 18 01:24:29 2013 +0100
@@ -82,7 +82,7 @@
 this should fail
 
   $ hg status ../z && { echo hg mistakenly exited with status 0; exit 1; } || :
-  abort: ../z not under root
+  abort: ../z not under root '$TESTTMP/x'
   $ cd ..