Re: [PATCH] t9020: use configured Python to run test helper

2012-12-19 Thread Pete Wyckoff
gits...@pobox.com wrote on Tue, 18 Dec 2012 20:49 -0800: > The test helper svnrdump_sim.py is used as "svnrdump" during the > execution of this test, but the arrangement had a few undesirable > things: > > - it relied on symbolic links; > - unportable "export VAR=VAL" was used; > - GIT_BUILD_DI

[PATCH] t9020: use configured Python to run test helper

2012-12-18 Thread Junio C Hamano
The test helper svnrdump_sim.py is used as "svnrdump" during the execution of this test, but the arrangement had a few undesirable things: - it relied on symbolic links; - unportable "export VAR=VAL" was used; - GIT_BUILD_DIR variable was not quoted correctly; - it assumed that the Python inte