##// END OF EJS Templates
tests: don't use "status" operand of dd in test-censor.t (issue6858)...
av6 -
r52208:c7edfccf stable
parent child Browse files
Show More
@@ -300,7 +300,7 b' Can censor enough revision to move back '
300 300 rev-count data-size inl type target
301 301 8 ??? no file target (glob) (revlogv2 !)
302 302 8 ??? yes file target (glob) (revlogv1 !)
303 $ cat /dev/rand?m | dd status=none count=200 | f --hexdump > target
303 $ cat /dev/rand?m | dd bs=512 count=200 2> /dev/null | f --hexdump > target
304 304 $ hg ci -m 'add 100k passwords'
305 305 $ H2=`hg id --debug -i`
306 306 $ C5=$H2
General Comments 1
Approved

Status change > Approved

You need to be logged in to leave comments. Login now