diff tests/test-hgweb-non-interactive.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 636cf3f7620d
children 27fb986e54d0
line wrap: on
line diff
--- a/tests/test-hgweb-non-interactive.t	Thu Jun 15 14:22:39 2017 -0400
+++ b/tests/test-hgweb-non-interactive.t	Tue Jun 20 09:45:02 2017 -0400
@@ -76,7 +76,7 @@
   > with i._obtainrepo() as repo:
   >     print sorted([x for x in repo.ui.environ if x.startswith('wsgi')])
   > EOF
-  $ python request.py
+  $ $PYTHON request.py
   ---- STATUS
   200 Script output follows
   ---- HEADERS