]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (test_mkfds::multiplexing) fix the factory description
authorMasatake YAMATO <yamato@redhat.com>
Thu, 7 Mar 2024 22:38:35 +0000 (07:38 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Tue, 26 Mar 2024 13:56:48 +0000 (22:56 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds.c

index b0d34c6050998b3a552215653cde2646143c92e0..c84fdef93871e0df7224d341dd7fe4c44c97e319 100644 (file)
@@ -3999,7 +3999,7 @@ static const struct factory factories[] = {
        },
        {
                .name = "multiplexing",
-               .desc = "making pipes monitored by multiplexers",
+               .desc = "make pipes monitored by multiplexers",
                .priv =  false,
                .N    = 12,
                .EX_N = 0,