From 395518cf7a290f78232979593351d366a228e5c0 Mon Sep 17 00:00:00 2001 From: Jacques Bodin-Hullin Date: Wed, 5 Feb 2020 13:07:23 +0000 Subject: parse-options: lose an unnecessary space in an error message Signed-off-by: Jacques Bodin-Hullin Signed-off-by: Junio C Hamano --- t/t0040-parse-options.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 't') 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' ' -- cgit v1.2.3