t5601-clone: remove broken and pointless check for plink.exe
commitdec0dfba2a039c1a27182c117fd6ede415630516
authorJohannes Sixt <j6t@kdbg.org>
Tue, 11 Aug 2015 20:51:50 +0000 (11 22:51 +0200)
committerJohannes Sixt <j6t@kdbg.org>
Tue, 10 Nov 2015 07:45:06 +0000 (10 08:45 +0100)
treeee627fca238ec1539bf7d1fac0ba616b1eaedbf9
parentfe5372d25bc1bd4be07e67816a563ce3e5c29c7d
t5601-clone: remove broken and pointless check for plink.exe

Invoking plink requires special treatment, and we have support and even
test cases for the commands 'plink' and 'tortoiseplink'. We also support
.exe variants for these two and there is a test for 'plink.exe'.

On Windows, however, where support for plink.exe would be relevant, the
test case fails because it is not possible to execute a file with a .exe
extension that is actually not a binary executable---it is a shell
script in our test. We have to disable the test case on Windows.

Considering, that 'plink.exe' is irrelevant on non-Windows, let's just
remove the test and assume that the code "just works".

Signed-off-by: Johannes Sixt <j6t@kdbg.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5601-clone.sh