From f38aee21e21c91b9a7391c6b55d922eaab9e3735 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 13 Dec 2016 09:26:20 +0100 Subject: nptl/tst-cancel7: Add missing case label The label was lost during the conversion to the new test framework in commit c23de0aacbeaa7a091609b35764bed931475a16d, and the --command option is currently unused. --- nptl/tst-cancel7.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nptl') diff --git a/nptl/tst-cancel7.c b/nptl/tst-cancel7.c index 8eff3a8..e7e40ef 100644 --- a/nptl/tst-cancel7.c +++ b/nptl/tst-cancel7.c @@ -194,6 +194,7 @@ cmdline_process (int c) { switch (c) { + case OPT_COMMAND: command = optarg; break; case OPT_PIDFILE: -- cgit v1.1