tests/test-locate.t
changeset 23348 bbe56e07e07a
parent 22591 9fe33afc00b4
child 25636 bfe9ed85f27c
--- a/tests/test-locate.t	Tue Nov 04 12:46:00 2014 -0500
+++ b/tests/test-locate.t	Sun Nov 16 16:26:15 2014 -0500
@@ -96,10 +96,10 @@
 
   $ hg files
   b
-  dir.h/foo
+  dir.h/foo (glob)
   t.h
-  t/e.h
-  t/x
+  t/e.h (glob)
+  t/x (glob)
   $ hg files b
   b
 
@@ -130,11 +130,11 @@
   ../t/e.h (glob)
 
   $ hg files
-  ../b
-  ../dir.h/foo
-  ../t.h
-  ../t/e.h
-  ../t/x
+  ../b (glob)
+  ../dir.h/foo (glob)
+  ../t.h (glob)
+  ../t/e.h (glob)
+  ../t/x (glob)
   $ hg files .
   [1]