aboutsummaryrefslogtreecommitdiff
path: root/shell/ash_test/ash-getopts (follow)
Commit message (Expand)AuthorAgeFilesLines
* hush: fix "getopts" builtin to not be upset by other builtins calling getopt()Denys Vlasenko2017-08-292-0/+35
* shell: tweak getopts tests, no code changesDenys Vlasenko2017-08-131-2/+2
* hush: implement "silent" optstrings of ":opts"Denys Vlasenko2017-08-112-0/+29
* hush: add a test which fails due to uclibc bug in getopt()Denys Vlasenko2017-08-112-0/+64
* shell: add OPTARG poisoning to getopt_optarg.testsDenys Vlasenko2017-08-111-0/+2
* hush: teach getopts to set/unset OPTARGDenys Vlasenko2017-08-112-0/+34
* hush: getopts builtinDenys Vlasenko2017-08-112-0/+14
* ash: fix "unset OPTIND" throwing an error messageDenys Vlasenko2017-08-112-0/+109