tests/test-locate.t
changeset 41576 15f63ac122ea
parent 41022 481249481392
--- a/tests/test-locate.t	Fri Feb 01 22:28:55 2019 -0800
+++ b/tests/test-locate.t	Tue Jan 29 15:49:20 2019 -0800
@@ -123,6 +123,24 @@
   ../t.h
   ../t/e.h
   ../t/x
+  $ hg files --config ui.relative-paths=yes
+  ../b
+  ../dir.h/foo
+  ../t.h
+  ../t/e.h
+  ../t/x
+  $ hg files --config ui.relative-paths=no
+  b
+  dir.h/foo
+  t.h
+  t/e.h
+  t/x
+  $ hg files --config ui.relative-paths=legacy
+  ../b
+  ../dir.h/foo
+  ../t.h
+  ../t/e.h
+  ../t/x
 
   $ hg locate b
   ../b