comparison tests/test-subrepo-paths.t @ 12640:6cc4b14fb76b

tests: remove redundant globs Many globs now just match $TESTTMP and is no longer needed.
author Mads Kiilerich <mads@kiilerich.com>
date Fri, 08 Oct 2010 22:36:10 -0500
parents e3247ceaca5e
children e720b3324e35
comparison
equal deleted inserted replaced
12639:236058a65cb4 12640:6cc4b14fb76b
26 $ cat > .hg/hgrc <<EOF 26 $ cat > .hg/hgrc <<EOF
27 > [subpaths] 27 > [subpaths]
28 > .* = \1 28 > .* = \1
29 > EOF 29 > EOF
30 $ hg debugsub 30 $ hg debugsub
31 abort: bad subrepository pattern in */outer/.hg/hgrc:2: invalid group reference (glob) 31 abort: bad subrepository pattern in $TESTTMP/outer/.hg/hgrc:2: invalid group reference
32 [255] 32 [255]