Skip to content

Commit

Permalink
Fix unclosed here document in t3301.sh
Browse files Browse the repository at this point in the history
Commit 908a320 introduced  indentation
to here documents in t3301.sh. However in one place <<-EOF was missing
-, which broke this test when run with mksh-50d. This commit fixes it.

Signed-off-by: Kacper Kornet <[email protected]>
Acked-by: Johan Herland <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
draenog authored and gitster committed Jan 22, 2015
1 parent 908a320 commit 85cb1d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t3301-notes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -658,7 +658,7 @@ test_expect_success '--show-notes=* adds to GIT_NOTES_DISPLAY_REF' '
'

test_expect_success '--no-standard-notes' '
cat >expect-commits <<EOF
cat >expect-commits <<-EOF &&
commit 2c125331118caba0ff8238b7f4958ac6e93fe39c
Author: A U Thor <[email protected]>
Date: Thu Apr 7 15:18:13 2005 -0700
Expand Down

0 comments on commit 85cb1d0

Please sign in to comment.