diff options
author | Denton Liu <liu.denton@gmail.com> | 2019-12-27 08:47:10 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-12-27 14:40:43 -0800 |
commit | f1842ff5314a3bbd22232663a4eeadfedd10f05f (patch) | |
tree | 78cf48c9efd30b83ede6f1d1421cc9ae8fcfed8c /t | |
parent | Git 2.24.1 (diff) | |
download | tgif-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>
Diffstat (limited to 't')
-rwxr-xr-x | t/t2018-checkout-branch.sh | 2 |
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 |