diff options
author | Brandon Casey <casey@nrlssc.navy.mil> | 2008-07-22 23:23:31 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-07-23 20:36:41 +0200 |
commit | c65233fe2c14ca10da847e49b54924c9a49498c5 (patch) | |
tree | e29606187ff772f3cd2cac848d1c139591865898 /t/t4202-log.sh | |
parent | t7502-commit.sh: rearrange test to make more portable (diff) | |
download | git-c65233fe2c14ca10da847e49b54924c9a49498c5.tar.xz git-c65233fe2c14ca10da847e49b54924c9a49498c5.zip |
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/t4202-log.sh')
-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 + |