Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenton Liu <liu.denton@gmail.com>2019-12-27 16:47:10 +0300
committerJunio C Hamano <gitster@pobox.com>2019-12-28 01:40:43 +0300
commitf1842ff5314a3bbd22232663a4eeadfedd10f05f (patch)
tree78cf48c9efd30b83ede6f1d1421cc9ae8fcfed8c /t/t2018-checkout-branch.sh
parent53a06cf39b756eddfe4a2a34da93e3d04eb7b728 (diff)
t2018: remove trailing space from test description
Signed-off-by: Denton Liu <liu.denton@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t2018-checkout-branch.sh')
-rwxr-xr-xt/t2018-checkout-branch.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t2018-checkout-branch.sh b/t/t2018-checkout-branch.sh
index 822381dd9d..e18abce3d2 100755
--- a/t/t2018-checkout-branch.sh
+++ b/t/t2018-checkout-branch.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-test_description='checkout '
+test_description='checkout'
. ./test-lib.sh