mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-31 14:01:18 +08:00
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.
This commit is contained in:
parent
76dcbf42df
commit
f38aee21e2
@ -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)
|
||||
|
@ -194,6 +194,7 @@ cmdline_process (int c)
|
||||
{
|
||||
switch (c)
|
||||
{
|
||||
case OPT_COMMAND:
|
||||
command = optarg;
|
||||
break;
|
||||
case OPT_PIDFILE:
|
||||
|
Loading…
x
Reference in New Issue
Block a user