From: Johannes Schindelin Date: Wed, 27 Jan 2016 16:19:37 +0000 (+0100) Subject: mingw: fix t5601-clone.sh X-Git-Tag: v2.8.0-rc0~54^2~13 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/3064d5a38c72532e603faed4c63042b375ded2c7?hp=3064d5a38c72532e603faed4c63042b375ded2c7 mingw: fix t5601-clone.sh Since baaf233 (connect: improve check for plink to reduce false positives, 2015-04-26), t5601 writes out a `plink.exe` for testing that is actually a shell script. So the assumption that the `.exe` extension implies that the file is *not* a shell script is now wrong. Since there was no love for the idea of allowing `.exe` files to be shell scripts on Windows, let's go the other way round: *make* `plink.exe` a real `.exe`. This fixes t5601-clone.sh in Git for Windows' SDK. Signed-off-by: Johannes Schindelin Signed-off-by: Junio C Hamano ---