##// END OF EJS Templates
tests: use sha256line.py instead of /dev/random in test-censor.t (issue6858)...
av6 -
r52255:e7be2ddf stable
parent child Browse files
Show More
@@ -300,7 +300,7 b' Can censor enough revision to move back '
300 rev-count data-size inl type target
300 rev-count data-size inl type target
301 8 ??? no file target (glob) (revlogv2 !)
301 8 ??? no file target (glob) (revlogv2 !)
302 8 ??? yes file target (glob) (revlogv1 !)
302 8 ??? yes file target (glob) (revlogv1 !)
303 $ cat /dev/rand?m | dd bs=512 count=200 2> /dev/null | f --hexdump > target
303 $ $TESTDIR/seq.py 4000 | $TESTDIR/sha256line.py > target
304 $ hg ci -m 'add 100k passwords'
304 $ hg ci -m 'add 100k passwords'
305 $ H2=`hg id --debug -i`
305 $ H2=`hg id --debug -i`
306 $ C5=$H2
306 $ C5=$H2
General Comments 0
You need to be logged in to leave comments. Login now