diff tests/test-extension.t @ 33262:8e6f4939a69a

tests: replace yet more calls to `python` with $PYTHON These are some simple cases. More to come in a future change. Reviewers: krbullock Reviewed By: krbullock Differential Revision: https://phab.mercurial-scm.org/D4
author Augie Fackler <augie@google.com>
date Wed, 05 Jul 2017 11:10:11 -0500
parents c467d13334ee
children e26a3adc8f5c
line wrap: on
line diff
--- a/tests/test-extension.t	Wed Jul 05 11:09:55 2017 -0500
+++ b/tests/test-extension.t	Wed Jul 05 11:10:11 2017 -0500
@@ -123,7 +123,7 @@
   > EOF
   $ . "$TESTDIR/cgienv"
 
-  $ PATH_INFO='/' SCRIPT_NAME='' python hgweb.cgi \
+  $ PATH_INFO='/' SCRIPT_NAME='' $PYTHON hgweb.cgi \
   >    | grep '^[0-9]) ' # ignores HTML output
   1) foo imported
   1) bar imported