comparison 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
comparison
equal deleted inserted replaced
32939:cad62cb3c84c 32940:75be14993fda
302 $ hg cat -r "$H2^^^" target 302 $ hg cat -r "$H2^^^" target
303 Tainted file now super sanitized 303 Tainted file now super sanitized
304 304
305 Can censor after revlog has expanded to no longer permit inline storage 305 Can censor after revlog has expanded to no longer permit inline storage
306 306
307 $ for x in `python $TESTDIR/seq.py 0 50000` 307 $ for x in `$PYTHON $TESTDIR/seq.py 0 50000`
308 > do 308 > do
309 > echo "Password: hunter$x" >> target 309 > echo "Password: hunter$x" >> target
310 > done 310 > done
311 $ hg ci -m 'add 100k passwords' 311 $ hg ci -m 'add 100k passwords'
312 $ H2=`hg id --debug -i` 312 $ H2=`hg id --debug -i`