tests/test-locate.t
changeset 22430 968247e8f4ac
parent 22423 edf07a804ac4
child 22591 9fe33afc00b4
--- a/tests/test-locate.t	Mon Sep 15 13:15:07 2014 -0500
+++ b/tests/test-locate.t	Fri Sep 12 18:36:38 2014 -0500
@@ -128,4 +128,14 @@
   ../t.h (glob)
   ../t/e.h (glob)
 
+  $ hg files
+  ../b
+  ../dir.h/foo
+  ../t.h
+  ../t/b
+  ../t/e.h
+  ../t/x
+  $ hg files .
+  [1]
+
   $ cd ../..