[PATCH 01/16] t2018: remove trailing space from test description
From: Denton Liu <hidden>
Date: 2019-12-27 13:47:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Denton Liu <hidden>
Date: 2019-12-27 13:47:39
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Denton Liu <redacted> --- t/t2018-checkout-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.24.1.810.g65a2f617f4