tst-mallinfo2.c: Use correct multiple for total variable
commitbfbdfe4eabb7514d7c44f3bc161fa8ef4e2ee364
authorYang Xu <xuyang2018.jy@cn.fujitsu.com>
Thu, 18 Feb 2021 02:56:33 +0000 (18 10:56 +0800)
committerDJ Delorie <dj@redhat.com>
Tue, 25 May 2021 20:47:01 +0000 (25 16:47 -0400)
treee719983dcf426b6c59518d4e41fa2d3c83d59379
parentac0353af81a23535f517586a5d04427120a157ac
tst-mallinfo2.c: Use correct multiple for total variable

Since test uses 160 multiple for malloc size, we should also use 160 multiple
for total variable instead of 16, then comparison is meaningful. So fix it.

Also change the ">" to ">=" so that the test is technically valid.

Reviewed-by: DJ Delorie <dj@redhat.com>
malloc/tst-mallinfo2.c