diff tests/test-bundle2-remote-changegroup.t @ 32940:75be14993fda

cleanup: use $PYTHON to run python in many more tests Spotted one of these, then wrote a check-code rule that caught them all. It will be the next change.
author Augie Fackler <augie@google.com>
date Tue, 20 Jun 2017 09:45:02 -0400
parents f28f2ac65c66
children be49f3fdcd10
line wrap: on
line diff
--- a/tests/test-bundle2-remote-changegroup.t	Thu Jun 15 14:22:39 2017 -0400
+++ b/tests/test-bundle2-remote-changegroup.t	Tue Jun 20 09:45:02 2017 -0400
@@ -74,7 +74,7 @@
 
 Start a simple HTTP server to serve bundles
 
-  $ python "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
+  $ $PYTHON "$TESTDIR/dumbhttp.py" -p $HGPORT --pid dumb.pid
   $ cat dumb.pid >> $DAEMON_PIDS
 
   $ cat >> $HGRCPATH << EOF