Skip to content

Commit eb0e002

Browse files
author
Junio C Hamano
committed
Fix t1200 test for breakage caused by removal of full-stop at the end of fast-forward message.
Signed-off-by: Junio C Hamano <[email protected]>
1 parent 96ce6d2 commit eb0e002

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1200-tutorial.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test_expect_success 'git show-branch' 'cmp show-branch.expect show-branch.output
128128
git checkout mybranch
129129

130130
cat > resolve.expect << EOF
131-
Updating from VARIABLE to VARIABLE.
131+
Updating from VARIABLE to VARIABLE
132132
example | 1 +
133133
hello | 1 +
134134
2 files changed, 2 insertions(+), 0 deletions(-)

0 commit comments

Comments
 (0)