##// END OF EJS Templates
test-sparse: drop unnecessary globs
Matt Harbison -
r33792:cf300c1a default
parent child Browse files
Show More
@@ -55,7 +55,7 b' Paths should be treated as cwd-relative,'
55 [include]
55 [include]
56 $TESTTMP/myrepo/hide
56 $TESTTMP/myrepo/hide
57 hide
57 hide
58 subdir/path (glob)
58 subdir/path
59
59
60 $ cd ..
60 $ cd ..
61 $ echo hello > subdir/file2.ext
61 $ echo hello > subdir/file2.ext
@@ -69,7 +69,7 b' Paths should be treated as cwd-relative,'
69 hide
69 hide
70 path:abspath
70 path:abspath
71 subdir/**.ext
71 subdir/**.ext
72 subdir/path (glob)
72 subdir/path
73
73
74 $ rm -rf subdir
74 $ rm -rf subdir
75
75
General Comments 0
You need to be logged in to leave comments. Login now