]> git.ipfire.org Git - thirdparty/git.git/blobdiff - t/t9168-git-svn-partially-globbed-names.sh
git-svn: shorten glob error message
[thirdparty/git.git] / t / t9168-git-svn-partially-globbed-names.sh
index a7641dc1e903106ac944333031bc8baf63cd9aef..8b22f2272cca47cd9187accdaed3ce1f12b6c9e1 100755 (executable)
@@ -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' '