Skip to content

Commit c65233f

Browse files
drafnelgitster
authored andcommitted
t/t4202-log.sh: add newline at end of file
Some shells hang when parsing the script if the last statement is not followed by a newline. So add one. Signed-off-by: Brandon Casey <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 09b78bc commit c65233f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

t/t4202-log.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,5 @@ test_expect_success 'diff-filter=D' '
7171

7272

7373

74-
test_done
74+
test_done
75+

0 commit comments

Comments
 (0)