summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.de>2012-05-18 17:08:28 +1000
committerNeilBrown <neilb@suse.de>2012-05-18 17:08:28 +1000
commit3c8b27398404923874eeb56ecc7cd7b87f68d888 (patch)
tree0badd0ea1066542d356c3dd0e6f2d78c697b79ae /test
parent65d38cca1400beac74c0f42c104697a4f1542b96 (diff)
Update some device sizes for self tests.
A recent change means that devices smaller than 1Gig no longer have 1Meg wasted at the start. So we must adjust some sizes again. Signed-off-by: NeilBrown <neilb@suse.de>
Diffstat (limited to 'test')
-rwxr-xr-xtest6
1 files changed, 3 insertions, 3 deletions
diff --git a/test b/test
index 2964b3bb..4f0979eb 100755
--- a/test
+++ b/test
@@ -37,12 +37,12 @@ mdsize1=19992
mdsize1a=19988
mdsize12=19988
# super1.2 for linear: round to multiple of 2, subtract 4
-mdsize1_l=18976
-mdsize2_l=18976
+mdsize1_l=19996
+mdsize2_l=19996
# subtract another 4 for bitmaps
mdsize1b=19988
mdsize11=19992
-mdsize11a=18944
+mdsize11a=19456
mdsize12=19988
# ddf needs bigger devices as 32Meg is reserved!