summaryrefslogtreecommitdiff
path: root/t/t9168-git-svn-partially-globbed-names.sh
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2016-01-14 03:59:48 (GMT)
committerEric Wong <normalperson@yhbt.net>2016-03-15 01:35:39 (GMT)
commit62335bbbc747c96636b5ce9917b156304c732eaf (patch)
tree8c1661a75eabad5898349b6f3301cff3e37a724d /t/t9168-git-svn-partially-globbed-names.sh
parente4e5dd94e6eea4b50d8baed8b6b8cc50f6c8eae4 (diff)
downloadgit-62335bbbc747c96636b5ce9917b156304c732eaf.zip
git-62335bbbc747c96636b5ce9917b156304c732eaf.tar.gz
git-62335bbbc747c96636b5ce9917b156304c732eaf.tar.bz2
git-svn: shorten glob error message
Error messages should attempt to fit within the confines of an 80-column terminal to avoid compatibility and accessibility problems. Furthermore the word "directories" can be misleading when used in the context of git refnames. Signed-off-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 't/t9168-git-svn-partially-globbed-names.sh')
-rwxr-xr-xt/t9168-git-svn-partially-globbed-names.sh7
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 a7641dc..8b22f22 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' '