diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2008-07-22 16:23:31 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-23 11:36:41 -0700 |
commit | c65233fe2c14ca10da847e49b54924c9a49498c5 (patch) | |
tree | e29606187ff772f3cd2cac848d1c139591865898 /t | |
parent | 09b78bc1fc4e525bc68fa0ce76521457717fe675 (diff) | |
download | git-c65233fe2c14ca10da847e49b54924c9a49498c5.tar.gz git-c65233fe2c14ca10da847e49b54924c9a49498c5.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 b53645417..4c8af45f8 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 + |