Skip to content

Commit 97a449e

Browse files
j6tgitster
authored andcommitted
t3301-notes: insert a shbang line in ./fake_editor.sh
This is required on Windows because git-notes is now a built-in rather than a shell script. Signed-off-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
1 parent eb0bcd0 commit 97a449e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

t/t3301-notes.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ test_description='Test commit notes'
88
. ./test-lib.sh
99

1010
cat > fake_editor.sh << \EOF
11+
#!/bin/sh
1112
echo "$MSG" > "$1"
1213
echo "$MSG" >& 2
1314
EOF

0 commit comments

Comments
 (0)