Mercurial > public > mercurial-scm > hg
diff tests/test-censor.t @ 24361:8de8cd34f2e3
tests: replace uses of 'seq' with portable 'seq.py'
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 17 Mar 2015 21:47:47 -0400 |
parents | b7f936f47f2b |
children | 5e18f6e39006 |
line wrap: on
line diff
--- a/tests/test-censor.t Tue Mar 17 20:59:23 2015 -0400 +++ b/tests/test-censor.t Tue Mar 17 21:47:47 2015 -0400 @@ -299,7 +299,7 @@ Can censor after revlog has expanded to no longer permit inline storage - $ for x in `seq 0 50000` + $ for x in `python $TESTDIR/seq.py 0 50000` > do > echo "Password: hunter$x" >> target > done