Changeset a163d10 in mainline


Ignore:
Timestamp:
2019-10-08T12:15:27Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
16b0ac3
Parents:
de65624
git-author:
Jiri Svoboda <jiri@…> (2019-10-09 06:10:22)
git-committer:
Jiri Svoboda <jiri@…> (2019-10-08 12:15:27)
Message:

Fix getopt_optional_param test failing

This is a bug in the test, getopt is working as expected. An optional
argument must be passed as part of the option, not separated by space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/test/getopt.c

    rde65624 ra163d10  
    278278                "get_opt_test",
    279279                "-f",
    280                 "-p",
    281                 "param"
     280                "-pparam"
    282281        };
    283282
Note: See TracChangeset for help on using the changeset viewer.