diff options
Diffstat (limited to 't/t9168-git-svn-partially-globbed-names.sh')
-rwxr-xr-x | t/t9168-git-svn-partially-globbed-names.sh | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/t/t9168-git-svn-partially-globbed-names.sh b/t/t9168-git-svn-partially-globbed-names.sh index a7641dc1e9..8b22f2272c 100755 --- a/t/t9168-git-svn-partially-globbed-names.sh +++ b/t/t9168-git-svn-partially-globbed-names.sh @@ -130,9 +130,10 @@ test_expect_success 'test prefixed globs match just prefix' ' ' test_expect_success 'prepare test disallow prefixed multi-globs' " - echo \"Only one set of wildcard directories\" \ - \"(e.g. '*' or '*/*/*') is supported: 'branches/b_*/t/*'\" >expect.four && - echo \"\" >>expect.four +cat >expect.four <<EOF +Only one set of wildcards (e.g. '*' or '*/*/*') is supported: branches/b_*/t/* + +EOF " test_expect_success 'test disallow prefixed multi-globs' ' |