summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2020-02-12 12:41:37 -0800
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-02-12 12:41:37 -0800
commitdb72f8c940b3c49286fb88958b3c50fe6f0d6319 (patch)
tree7154d7c2c1e8bd77c0e767e9defc90e31a5a958d /t
parentMerge branch 'ma/filter-branch-doc-caret' (diff)
parentparse-options: lose an unnecessary space in an error message (diff)
downloadtgif-db72f8c940b3c49286fb88958b3c50fe6f0d6319.tar.xz
Merge branch 'jb/parse-options-message-fix'
Error message fix. * jb/parse-options-message-fix: parse-options: lose an unnecessary space in an error message
Diffstat (limited to 't')
-rwxr-xr-xt/t0040-parse-options.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t0040-parse-options.sh b/t/t0040-parse-options.sh
index 705a136ed9..9d7c7fdaa2 100755
--- a/t/t0040-parse-options.sh
+++ b/t/t0040-parse-options.sh
@@ -242,7 +242,7 @@ test_expect_success 'Alias options do not contribute to abbreviation' '
'
cat >typo.err <<\EOF
-error: did you mean `--boolean` (with two dashes ?)
+error: did you mean `--boolean` (with two dashes)?
EOF
test_expect_success 'detect possible typos' '
@@ -252,7 +252,7 @@ test_expect_success 'detect possible typos' '
'
cat >typo.err <<\EOF
-error: did you mean `--ambiguous` (with two dashes ?)
+error: did you mean `--ambiguous` (with two dashes)?
EOF
test_expect_success 'detect possible typos' '