From: Kacper Kornet Date: Thu, 22 Jan 2015 11:59:36 +0000 (+0100) Subject: Fix unclosed here document in t3301.sh X-Git-Tag: v2.3.0-rc2~6^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85cb1d0ba883627f38ad994aa489bf0b3dc40f7f;p=git Fix unclosed here document in t3301.sh Commit 908a3203632a02568df230c0fccf9a2cd8da24e6 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 Acked-by: Johan Herland Signed-off-by: Junio C Hamano --- diff --git a/t/t3301-notes.sh b/t/t3301-notes.sh index 245406ab97..8cffd35fb0 100755 --- a/t/t3301-notes.sh +++ b/t/t3301-notes.sh @@ -658,7 +658,7 @@ test_expect_success '--show-notes=* adds to GIT_NOTES_DISPLAY_REF' ' ' test_expect_success '--no-standard-notes' ' - cat >expect-commits <expect-commits <<-EOF && commit 2c125331118caba0ff8238b7f4958ac6e93fe39c Author: A U Thor Date: Thu Apr 7 15:18:13 2005 -0700