]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
nptl/tst-cancel7: Add missing case label
authorFlorian Weimer <fweimer@redhat.com>
Tue, 13 Dec 2016 08:26:20 +0000 (09:26 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Tue, 13 Dec 2016 08:26:20 +0000 (09:26 +0100)
The label was lost during the conversion to the new test framework
in commit c23de0aacbeaa7a091609b35764bed931475a16d, and the --command
option is currently unused.

ChangeLog
nptl/tst-cancel7.c

index f0fee26094751d83fb778b6eac05c08c336c99f8..beb5b59d012532fac7f43ba3372c4934ecd88ffc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)
index 8eff3a8dac514c13fba6f615e62edb8a52dda742..e7e40ef0c4bd03f66ad6771d57ce17cb0b165ba7 100644 (file)
@@ -194,6 +194,7 @@ cmdline_process (int c)
 {
   switch (c)
     {
+    case OPT_COMMAND:
       command = optarg;
       break;
     case OPT_PIDFILE: