On 07.03.2008 [15:30:55 -0600], Andrew Hastings wrote:
> The heapshrink test case calls test_addr_huge() to verify that the heap
> shrank. test_addr_huge() emits an error message:
> ERR: Couldn't find address 0x26f in /proc/self/maps
>
> Change the ERROR() to a verbose_printf() so that a su
The heapshrink test case calls test_addr_huge() to verify that the heap
shrank. test_addr_huge() emits an error message:
ERR: Couldn't find address 0x26f in /proc/self/maps
Change the ERROR() to a verbose_printf() so that a successful test run
will not contain an error message.
Signed-off-