tests: explicitly use `test-tool.exe` on Windows
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 21 Jan 2019 15:12:19 +0000 (07:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 22 Jan 2019 20:35:59 +0000 (12:35 -0800)
commitd609615f4897bf8c555c105da2057fbeb6ed881f
tree656f69b11891ff5129d510d0ead2da3ad52c4ea1
parent8abfdf44c882ad5d31bd8d0a0f1bfb67f8a9e39f
tests: explicitly use `test-tool.exe` on Windows

In 8abfdf44c882 (tests: explicitly use `git.exe` on Windows,
2018-11-14), we made sure to use the `.exe` file extension when
using an absolute path to `git.exe`, to avoid getting confused with a
file or directory in the same place that lacks said file extension.

For the same reason, we need to handle test-tool.exe the same way.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/test-lib.sh