]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (test_mkfds::make-regular-file) fix the default union member for \"readable...
authorMasatake YAMATO <yamato@redhat.com>
Sat, 26 Oct 2024 20:23:03 +0000 (05:23 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 31 Oct 2024 17:52:06 +0000 (02:52 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index 6327e6d8fc1e3bdbf62fa4231b4023233b7872d2..5709b2bce1185a160b948267ac3bcf1f0c63d154 100644 (file)
@@ -3271,7 +3271,7 @@ static const struct factory factories[] = {
                                .name = "readable",
                                .type = PTYPE_BOOLEAN,
                                .desc = "open the new file readable way",
-                               .defv.string = false,
+                               .defv.boolean = false,
                        },
                        {
                                .name = "lock",