From: Denton Liu Date: Fri, 27 Dec 2019 13:47:10 +0000 (-0500) Subject: t2018: remove trailing space from test description X-Git-Tag: v2.26.0-rc0~61^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f1842ff5314a3bbd22232663a4eeadfedd10f05f;p=thirdparty%2Fgit.git t2018: remove trailing space from test description Signed-off-by: Denton Liu Signed-off-by: Junio C Hamano --- 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