summaryrefslogtreecommitdiff
path: root/tests-clar/object/commit
diff options
context:
space:
mode:
Diffstat (limited to 'tests-clar/object/commit')
-rw-r--r--tests-clar/object/commit/commitstagedfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests-clar/object/commit/commitstagedfile.c b/tests-clar/object/commit/commitstagedfile.c
index cd04e96d4..a852458f4 100644
--- a/tests-clar/object/commit/commitstagedfile.c
+++ b/tests-clar/object/commit/commitstagedfile.c
@@ -114,7 +114,7 @@ void test_object_commit_commitstagedfile__generate_predictable_object_ids(void)
signature,
signature,
NULL,
- "Initial commit\n", // Note: the trailing linefeed is mandatory to replicate git behavior
+ "Initial commit",
tree,
0));