tests/test-locate.t
branchstable
changeset 25636 bfe9ed85f27c
parent 23348 bbe56e07e07a
child 35393 4441705b7111
--- a/tests/test-locate.t	Sat Jun 13 20:14:22 2015 +0900
+++ b/tests/test-locate.t	Sat Jun 20 19:59:26 2015 -0400
@@ -106,6 +106,19 @@
   $ mkdir otherdir
   $ cd otherdir
 
+  $ hg files path:
+  ../b (glob)
+  ../dir.h/foo (glob)
+  ../t.h (glob)
+  ../t/e.h (glob)
+  ../t/x (glob)
+  $ hg files path:.
+  ../b (glob)
+  ../dir.h/foo (glob)
+  ../t.h (glob)
+  ../t/e.h (glob)
+  ../t/x (glob)
+
   $ hg locate b
   ../b (glob)
   ../t/b (glob)