The test sets up various shell scripts and uses them as commit message editors. On Windows, we need a shebang line in order to recognize the files as executable shell scripts. This adds it. Signed-off-by: Johannes Sixt <j6t@xxxxxxxx> --- This one and the next patch can go on top of js/windows-tests. Or you again pull from git://repo.or.cz/git/mingw/j6t.git for-junio -- Hannes t/t7005-editor.sh | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/t7005-editor.sh b/t/t7005-editor.sh index 2f8404a..e83bc8f 100755 --- a/t/t7005-editor.sh +++ b/t/t7005-editor.sh @@ -7,6 +7,7 @@ test_description='GIT_EDITOR, core.editor, and stuff' for i in GIT_EDITOR core_editor EDITOR VISUAL vi do cat >e-$i.sh <<-EOF + #!$SHELL_PATH echo "Edited by $i" >"\$1" EOF chmod +x e-$i.sh -- 1.6.2.1.224.g2225f -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html