diff -r be3d8178251e -r 17a695357270 tests/test-init.t --- a/tests/test-init.t Wed Dec 09 20:22:25 2020 -0800 +++ b/tests/test-init.t Wed Dec 09 19:40:30 2020 -0800 @@ -33,10 +33,10 @@ $ hg --config format.chunkcachesize=0 log -R local -pv abort: revlog chunk cache size 0 is not greater than 0 - [255] + [50] $ hg --config format.chunkcachesize=1023 log -R local -pv abort: revlog chunk cache size 1023 is not a power of 2 - [255] + [50] $ hg --config format.chunkcachesize=1024 log -R local -pv changeset: 0:08b9e9f63b32 tag: tip