Skip to content

Commit 85cb1d0

Browse files
draenoggitster
authored andcommitted
Fix unclosed here document in t3301.sh
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]>
1 parent 908a320 commit 85cb1d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t3301-notes.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -658,7 +658,7 @@ test_expect_success '--show-notes=* adds to GIT_NOTES_DISPLAY_REF' '
658658
'
659659

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

0 commit comments

Comments
 (0)