nptl/tst-cancel7: Add missing case label

The label was lost during the conversion to the new test framework
in commit c23de0aacb, and the --command
option is currently unused.
This commit is contained in:
Florian Weimer 2016-12-13 09:26:20 +01:00
parent 76dcbf42df
commit f38aee21e2
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-12-13 Florian Weimer <fweimer@redhat.com>
* nptl/tst-cancel7.c (cmdline_process): Add missing case label.
2016-12-13 Florian Weimer <fweimer@redhat.com>
* Rules (binaries-shared-tests, binaries-pie-tests)

View file

@ -194,6 +194,7 @@ cmdline_process (int c)
{
switch (c)
{
case OPT_COMMAND:
command = optarg;
break;
case OPT_PIDFILE: