comparison tests/test-censor.t @ 39707:5abc47d4ca6b

tests: quote PYTHON usage Python3 defaults to installing under "Program Files".
author Matt Harbison <matt_harbison@yahoo.com>
date Tue, 18 Sep 2018 23:47:21 -0400
parents f1186c292d03
children 13b8097dccbf
comparison
equal deleted inserted replaced
39706:030d558c6456 39707:5abc47d4ca6b
304 $ hg cat -r "$H2^^^" target 304 $ hg cat -r "$H2^^^" target
305 Tainted file now super sanitized 305 Tainted file now super sanitized
306 306
307 Can censor after revlog has expanded to no longer permit inline storage 307 Can censor after revlog has expanded to no longer permit inline storage
308 308
309 $ for x in `$PYTHON $TESTDIR/seq.py 0 50000` 309 $ for x in `"$PYTHON" $TESTDIR/seq.py 0 50000`
310 > do 310 > do
311 > echo "Password: hunter$x" >> target 311 > echo "Password: hunter$x" >> target
312 > done 312 > done
313 $ hg ci -m 'add 100k passwords' 313 $ hg ci -m 'add 100k passwords'
314 $ H2=`hg id --debug -i` 314 $ H2=`hg id --debug -i`