test: test field truncation in snprint()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 29 Jan 2022 15:33:16 +0000 (16:33 +0100)
committerTom Rini <trini@konsulko.com>
Fri, 11 Feb 2022 16:29:23 +0000 (11:29 -0500)
commit73cde90c8badbeba32524c2708d26fea805fba1e
tree5886f2d3c62f227f62cb4c67ac30a8f8ed9712f8
parent3970c82a60857b72afcb676697caf9c979dab946
test: test field truncation in snprint()

The output size for snprint() should not only be respected for whole fields
but also with fields. Add more tests.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
test/print_ut.c