hust testsuite: fix a false positive
[oweals/busybox.git] / debianutils / run_parts.c
index c671b9252abc8dc463da23e90138795daea81d5b..0bb666abc9a234d18a37c71ec27fe3aa7297e352 100644 (file)
@@ -181,8 +181,8 @@ int run_parts_main(int argc UNUSED_PARAM, char **argv)
        applet_long_options = runparts_longopts;
 #endif
        /* We require exactly one argument: the directory name */
-       opt_complementary = "=1:a::";
-       getopt32(argv, "a:u:", &arg_list, &umask_p);
+       opt_complementary = "=1";
+       getopt32(argv, "a:*u:", &arg_list, &umask_p);
 
        umask(xstrtou_range(umask_p, 8, 0, 07777));