summaryrefslogtreecommitdiff
path: root/t/t7508-status.sh
diff options
context:
space:
mode:
authorNguyễn Thái Ngọc Duy <pclouds@gmail.com>2014-05-17 01:52:22 (GMT)
committerJunio C Hamano <gitster@pobox.com>2014-05-19 20:37:07 (GMT)
commit50b54fd72a8776d628365c7760bc922902d29d11 (patch)
tree476d084a3724d7f1a92cb4feaf84377448c0f557 /t/t7508-status.sh
parent6308767f0bb58116cb405e1f4f77f5dfc1589920 (diff)
downloadgit-50b54fd72a8776d628365c7760bc922902d29d11.zip
git-50b54fd72a8776d628365c7760bc922902d29d11.tar.gz
git-50b54fd72a8776d628365c7760bc922902d29d11.tar.bz2
config: be strict on core.commentChar
We don't support comment _strings_ (at least not yet). And multi-byte character encoding could also be misinterpreted. The test with two commas is updated because it violates this. It's added with the patch that introduces core.commentChar in eff80a9 (Allow custom "comment char" - 2013-01-16). It's not clear to me _why_ that behavior is wanted. Signed-off-by: Nguyễn Thái Ngọc Duy <pclouds@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t7508-status.sh')
-rwxr-xr-xt/t7508-status.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/t/t7508-status.sh b/t/t7508-status.sh
index c987b5e..148ab9e 100755
--- a/t/t7508-status.sh
+++ b/t/t7508-status.sh
@@ -1350,8 +1350,7 @@ test_expect_success "status (core.commentchar with submodule summary)" '
test_expect_success "status (core.commentchar with two chars with submodule summary)" '
test_config core.commentchar ";;" &&
- git -c status.displayCommentPrefix=true status >output &&
- test_i18ncmp expect output
+ test_must_fail git -c status.displayCommentPrefix=true status
'
test_expect_success "--ignore-submodules=all suppresses submodule summary" '