--- 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 ../..