diff tests/test-diff-binary-file.t @ 32958: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 fde4822b0102
children a36d3c8a0e41
line wrap: on
line diff
--- a/tests/test-diff-binary-file.t	Thu Jun 15 14:22:39 2017 -0400
+++ b/tests/test-diff-binary-file.t	Tue Jun 20 09:45:02 2017 -0400
@@ -83,7 +83,7 @@
   > path = sys.argv[1]
   > open(path, 'wb').write('\x00\x01\x02\x03')
   > EOF
-  $ python writebin.py binfile.bin
+  $ $PYTHON writebin.py binfile.bin
   $ hg add binfile.bin
   $ hg ci -m 'add binfile.bin'