remote-helpers: tests: use python directly
authorFelipe Contreras <redacted>
Fri, 17 May 2013 21:10:07 +0000 (16:10 -0500)
committerJunio C Hamano <redacted>
Tue, 21 May 2013 18:59:44 +0000 (11:59 -0700)
commit02a607260fdbaed7717935df68fb76b1a6e577c0
treebf379afa72ed9cd91b36571183af0560957ee562
parent5e49f30c85ecacec98631462fa73f1148a01637c
remote-helpers: tests: use python directly

These remote helpers use 'env python', not PYTHON_PATH, so that's where
we should check for the extensions. Otherwise, if 'python' is not
PYTHON_PATH (e.g. /usr/bin/python: Makefile's default), there will be a
mismatch between the python libraries actually accessible to the remote
helpers.

Suggested by: Torsten Bögershausen <redacted>
Signed-off-by: Felipe Contreras <redacted>
Signed-off-by: Junio C Hamano <redacted>
contrib/remote-helpers/test-bzr.sh
contrib/remote-helpers/test-hg-bidi.sh
contrib/remote-helpers/test-hg-hg-git.sh
contrib/remote-helpers/test-hg.sh
git clone https://git.99rst.org/PROJECT