run-tests: use /usr/git/ instead of /git/ to please t9700
commit3a0337d79a32a44f7c1316e0302ab267807b1e7a
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 02:24:01 +0000 (11 21:24 -0500)
committerJohannes Schindelin <johannes.schindelin@gmx.de>
Sat, 12 May 2012 02:24:04 +0000 (11 21:24 -0500)
treee02d362bcf538ed79f14b5f44d13d24fdc153f64
parent80dfbdf434015dcaa68ce0f57f6754e2410d1837
run-tests: use /usr/git/ instead of /git/ to please t9700

The test script t9700 uses Perl's own cwd() call which reports
/usr/git/t/<...> even when bash would report /git/t/<...>. Go the easy
route by forcing the bash to believe we're in /usr/git/t/<...> (which is
correct, as /usr/ points to / due to an internal MSys mechanism).

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