# HG changeset patch
# User Matt Harbison <matt_harbi...@yahoo.com>
# Date 1502763653 14400
#      Mon Aug 14 22:20:53 2017 -0400
# Node ID 1a077f01241b6256728751b00c552652d024c907
# Parent  a0e28577f7d4c0d51cd075ddaaa3cd32d3380545
test-sparse: drop unnecessary globs

diff --git a/tests/test-sparse.t b/tests/test-sparse.t
--- a/tests/test-sparse.t
+++ b/tests/test-sparse.t
@@ -55,7 +55,7 @@
   [include]
   $TESTTMP/myrepo/hide
   hide
-  subdir/path (glob)
+  subdir/path
   
   $ cd ..
   $ echo hello > subdir/file2.ext
@@ -69,7 +69,7 @@
   hide
   path:abspath
   subdir/**.ext
-  subdir/path (glob)
+  subdir/path
   
   $ rm -rf subdir
 
_______________________________________________
Mercurial-devel mailing list
Mercurial-devel@mercurial-scm.org
https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Reply via email to