tests/test-imports-checker.t
changeset 32940 75be14993fda
parent 31442 d3a56bb268ee
child 33116 6c113a7dec52
--- a/tests/test-imports-checker.t	Thu Jun 15 14:22:39 2017 -0400
+++ b/tests/test-imports-checker.t	Tue Jun 20 09:45:02 2017 -0400
@@ -124,7 +124,7 @@
   > from mercurial.node import hex
   > EOF
 
-  $ python "$import_checker" testpackage*/*.py testpackage/subpackage/*.py
+  $ $PYTHON "$import_checker" testpackage*/*.py testpackage/subpackage/*.py
   testpackage/importalias.py:2: ui module must be "as" aliased to uimod
   testpackage/importfromalias.py:2: ui from testpackage must be "as" aliased to uimod
   testpackage/importfromrelative.py:2: import should be relative: testpackage.unsorted