diff options
author | Junio C Hamano <gitster@pobox.com> | 2012-12-18 20:41:15 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2012-12-19 07:46:59 -0800 |
commit | 5a029666858d11e66eb689bba1c6435e8b9d0979 (patch) | |
tree | 4ff934dc507be51ddec286b81134144b7a4459b9 /git_remote_helpers/Makefile | |
parent | t3600: Avoid "cp -a", which is a GNUism (diff) | |
download | tgif-5a029666858d11e66eb689bba1c6435e8b9d0979.tar.xz |
t9020: use configured Python to run the test helper
The test helper svnrdump_sim.py is used as "svnrdump" during the
execution of this test, but the arrangement was not optimal:
- it relied on symbolic links;
- unportable "export VAR=VAL" was used;
- GIT_BUILD_DIR variable was not quoted correctly;
- it assumed that the Python interpreter is in /usr/bin/ and
called "python" (i.e. not "python2.7" etc.)
Rework this by writing a small shell script that spawns the right
Python interpreter, using the right quoting.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git_remote_helpers/Makefile')
0 files changed, 0 insertions, 0 deletions