summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLibravatar Denton Liu <liu.denton@gmail.com>2019-12-27 08:47:10 -0500
committerLibravatar Junio C Hamano <gitster@pobox.com>2019-12-27 14:40:43 -0800
commitf1842ff5314a3bbd22232663a4eeadfedd10f05f (patch)
tree78cf48c9efd30b83ede6f1d1421cc9ae8fcfed8c
parentGit 2.24.1 (diff)
downloadtgif-f1842ff5314a3bbd22232663a4eeadfedd10f05f.tar.xz
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>
-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