summaryrefslogtreecommitdiff
path: root/bin/sh/tests/parameters
AgeCommit message (Expand)Author
2024-11-17sh tests: Fix ktrace usage now that envvars are traced by defaultMark Johnston
2024-07-15Remove residual blank line at start of MakefileWarner Losh
2023-08-16Remove $FreeBSD$: one-line sh patternWarner Losh
2016-10-08sh: Do not import IFS's value from the environment.Jilles Tjoelker
2016-05-04Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper
2016-03-10MFHGlen Barber
2016-03-09DIRDEPS_BUILD: Connect MK_TESTS.Bryan Drewery
2016-02-03Fix build.Glen Barber
2016-02-02First pass to fix the 'tests' packages.Glen Barber
2015-12-06sh: Add limited test for ${#@} and ${#*}.Jilles Tjoelker
2015-12-05sh: Link tests/parameters/positional8.0 to the build.Jilles Tjoelker
2015-11-18sh: Fix ""$@, which should not use the special case for "$@".Jilles Tjoelker
2014-10-28Treat IFS separators in "$*" as quoted.Jilles Tjoelker
2014-08-13Convert bin/sh/tests to ATFEnji Cooper
2014-07-12sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.Jilles Tjoelker
2014-07-12sh: Consistently treat ${01} like $1.Jilles Tjoelker
2014-07-08sh: Add test for ${01} and ${010} that already works.Jilles Tjoelker
2013-12-24sh: Initialize OPTIND=1 even if it came from the environment.Jilles Tjoelker
2013-12-11Migrate tools/regression/bin/ tests to the new layout.Julio Merino