aboutsummaryrefslogtreecommitdiff
path: root/t/t4202-log.sh
diff options
context:
space:
mode:
authorBrandon Casey <casey@nrlssc.navy.mil>2008-07-22 16:23:31 -0500
committerJunio C Hamano <gitster@pobox.com>2008-07-23 11:36:41 -0700
commitc65233fe2c14ca10da847e49b54924c9a49498c5 (patch)
treee29606187ff772f3cd2cac848d1c139591865898 /t/t4202-log.sh
parent09b78bc1fc4e525bc68fa0ce76521457717fe675 (diff)
downloadgit-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/t4202-log.sh')
-rwxr-xr-xt/t4202-log.sh3
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
+