aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/parameters
Commit message (Expand)AuthorAgeFilesLines
* sh: Do not import IFS's value from the environment.Jilles Tjoelker2016-10-082-0/+11
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-21/+18
* MFHGlen Barber2016-03-101-0/+11
|\
| * DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery2016-03-091-0/+11
* | Fix build.Glen Barber2016-02-031-1/+0
* | First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
|/
* sh: Add limited test for ${#@} and ${#*}.Jilles Tjoelker2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.Jilles Tjoelker2015-12-051-0/+1
* sh: Fix ""$@, which should not use the special case for "$@".Jilles Tjoelker2015-11-181-0/+31
* Treat IFS separators in "$*" as quoted.Jilles Tjoelker2014-10-283-0/+17
* Convert bin/sh/tests to ATFEnji Cooper2014-08-131-3/+5
* sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.Jilles Tjoelker2014-07-122-0/+15
* sh: Consistently treat ${01} like $1.Jilles Tjoelker2014-07-122-0/+5
* sh: Add test for ${01} and ${010} that already works.Jilles Tjoelker2014-07-082-0/+5
* sh: Initialize OPTIND=1 even if it came from the environment.Jilles Tjoelker2013-12-242-0/+4
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-1110-0/+184