run-tests: remove MSVC-leftovers which would make the tests fail
commitdfc276cc4e45e58103dc63a99c6ee2535695ae57
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 21:00:45 +0000 (2 16:00 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 2 Nov 2011 21:00:52 +0000 (2 16:00 -0500)
treecd04fcc5d43bb7bc1f5f12306a6265c5cb4589f2
parentaf066ddb0ac5e3c1033f132a032c88d3e0b9f5e3
run-tests: remove MSVC-leftovers which would make the tests fail

When launching "/path/to/git" and there exists both a directory "git" as
well as an executable "git.exe", under Windows the directory is preferred.
Since the MSVC stuff is written into directories of the basename of the
generated executable, we have to remove these directories before running
the tests.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
share/msysGit/run-tests.sh