From: Florian Weimer Date: Tue, 13 Dec 2016 08:26:20 +0000 (+0100) Subject: nptl/tst-cancel7: Add missing case label X-Git-Tag: glibc-2.25~214 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f38aee21e21c91b9a7391c6b55d922eaab9e3735;p=thirdparty%2Fglibc.git 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. --- diff --git a/ChangeLog b/ChangeLog index f0fee260947..beb5b59d012 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-12-13 Florian Weimer + + * nptl/tst-cancel7.c (cmdline_process): Add missing case label. + 2016-12-13 Florian Weimer * Rules (binaries-shared-tests, binaries-pie-tests) diff --git a/nptl/tst-cancel7.c b/nptl/tst-cancel7.c index 8eff3a8dac5..e7e40ef0c4b 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: