tests/test-init.t
changeset 46117 17a695357270
parent 45921 95c4cca641f6
child 46874 84a93fa7ecfd
--- 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