# HG changeset patch # User Matt Harbison # Date 2017-08-15 02:20:53 # Node ID cf300c1ad7bfe0306ba349e672c2d04f9336e575 # Parent 389f7b17ffb31ba3be61aaff6304ca6096f38f74 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 @@ Paths should be treated as cwd-relative, [include] $TESTTMP/myrepo/hide hide - subdir/path (glob) + subdir/path $ cd .. $ echo hello > subdir/file2.ext @@ -69,7 +69,7 @@ Paths should be treated as cwd-relative, hide path:abspath subdir/**.ext - subdir/path (glob) + subdir/path $ rm -rf subdir