diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2008-07-22 16:23:31 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-08-01 23:15:02 -0700 |
commit | 734a6ffafb754323a4cde51b61a6099b46d03466 (patch) | |
tree | 6e48d1e480899bd1ad8f5512979c27fe4392d7ae /t | |
parent | sort_in_topological_order(): avoid setting a commit flag (diff) | |
download | tgif-734a6ffafb754323a4cde51b61a6099b46d03466.tar.xz |
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 <casey@nrlssc.navy.mil>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't')
-rwxr-xr-x | t/t4202-log.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/t/t4202-log.sh b/t/t4202-log.sh index b53645417b..4c8af45f83 100755 --- a/t/t4202-log.sh +++ b/t/t4202-log.sh @@ -71,4 +71,5 @@ test_expect_success 'diff-filter=D' ' -test_done
\ No newline at end of file +test_done + |