From: Masatake YAMATO Date: Tue, 21 Nov 2023 18:57:54 +0000 (+0900) Subject: tests: (test_mkfds) initialize a proper union member X-Git-Tag: v2.40-rc1~149^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=df62a893c817d2fd2b608a4d173d36b032fd113e;p=thirdparty%2Futil-linux.git tests: (test_mkfds) initialize a proper union member Signed-off-by: Masatake YAMATO --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index cd5379bc2b..17e87d143f 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -3139,7 +3139,7 @@ static const struct factory factories[] = { .name = "read-lease", .type = PTYPE_BOOLEAN, .desc = "taking out read lease for the file", - .defv.integer = false, + .defv.boolean = false, }, PARAM_END },