aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests/expansion/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
* sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker2019-02-101-0/+2
* Fix an edge case when parsing large numbers which resulted in inconsistentDag-Erling Smørgrav2019-01-091-0/+1
* sh: Fix ${param?} default error messageJilles Tjoelker2018-11-281-0/+1
* sh: Allow unquoted newlines in word in ${param+word} etc.Jilles Tjoelker2018-05-201-0/+3
* sh: Add some tests for command substitution final newline stripping.Jilles Tjoelker2017-04-271-0/+2
* sh: Add tests for NUL byte in command substitution output.Jilles Tjoelker2017-04-231-0/+1
* sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst).Jilles Tjoelker2017-03-101-0/+1
* sh: Fix crash if a -T trap is taken during command substitution.Jilles Tjoelker2017-03-041-0/+2
* sh: Add some already working tests that exercise new code paths.Jilles Tjoelker2017-03-031-0/+3
* Path generation was not according to collateAndrey A. Chernov2016-07-161-0/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-041-88/+85
* Fix build.Glen Barber2016-02-031-1/+0
* First pass to fix the 'tests' packages.Glen Barber2016-02-021-0/+4
* sh: Add tests for #/##/%/%% on $* and $@.Jilles Tjoelker2015-12-261-0/+1
* sh: Add more tests for exotic IFS splitting.Jilles Tjoelker2015-03-311-0/+2
* sh: Add simple tests for globbing/splitting command substitution.Jilles Tjoelker2015-02-151-0/+2
* sh: Fix corruption of CTL* bytes in positional parameters in redirection.Jilles Tjoelker2014-10-311-0/+1
* sh: Mask off shift distance (<< and >>) in arithmetic.Jilles Tjoelker2014-08-151-0/+1
* Convert bin/sh/tests to ATFEnji Cooper2014-08-131-3/+5
* Migrate tools/regression/bin/ tests to the new layout.Julio Merino2013-12-111-0/+86