Mercurial > public > mercurial-scm > hg
diff tests/test-censor.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 | 5e18f6e39006 |
children | eb586ed5d8ce |
line wrap: on
line diff
--- a/tests/test-censor.t Thu Jun 15 14:22:39 2017 -0400 +++ b/tests/test-censor.t Tue Jun 20 09:45:02 2017 -0400 @@ -304,7 +304,7 @@ Can censor after revlog has expanded to no longer permit inline storage - $ for x in `python $TESTDIR/seq.py 0 50000` + $ for x in `$PYTHON $TESTDIR/seq.py 0 50000` > do > echo "Password: hunter$x" >> target > done