diff options
author | Junio C Hamano <gitster@pobox.com> | 2015-01-22 13:42:37 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2015-01-22 13:42:37 -0800 |
commit | ee443cf236ffa8f99857e9580df31a53f60d9045 (patch) | |
tree | 6d050258aad8ee2d1036e5d6f715e03b0d4bcf3c /t | |
parent | Git 2.3.0-rc1 (diff) | |
parent | Fix unclosed here document in t3301.sh (diff) | |
download | tgif-ee443cf236ffa8f99857e9580df31a53f60d9045.tar.xz |
Merge branch 'jh/empty-notes'
* jh/empty-notes:
Fix unclosed here document in t3301.sh
Diffstat (limited to 't')
-rwxr-xr-x | t/t3301-notes.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 <<EOF + cat >expect-commits <<-EOF && commit 2c125331118caba0ff8238b7f4958ac6e93fe39c Author: A U Thor <author@example.com> Date: Thu Apr 7 15:18:13 2005 -0700 |