Skip to content
  • Johannes Schindelin's avatar
    mingw: fix t5601-clone.sh · 3064d5a3
    Johannes Schindelin authored and Junio C Hamano's avatar Junio C Hamano committed
    Since baaf2337
    
     (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: default avatarJohannes Schindelin <johannes.schindelin@gmx.de>
    Signed-off-by: default avatarJunio C Hamano <gitster@pobox.com>
    3064d5a3