aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/tests
Commit message (Expand)AuthorAgeFilesLines
* sh/tests: Add a second kind of binary scripts without #!Jilles Tjoelker2021-01-032-0/+11
* sh: Write absolute path in command -vV and typeJilles Tjoelker2020-09-014-0/+42
* sh: Keep ignored SIGINT/SIGQUIT after set in a background jobJilles Tjoelker2020-08-282-0/+17
* sh/tests: Re-enable bin.sh.execution.functional_test.bg12.0Jilles Tjoelker2020-06-281-15/+1
* sh/tests: Fix flaky execution/bg12.0Jilles Tjoelker2020-06-281-1/+1
* Temporarily skip flakey bin.sh.execution.functional_test.bg12 in CILi-Wen Hsu2020-06-261-1/+15
* sh/tests: Add tests for SIGINT in non-jobc background commandsJilles Tjoelker2020-06-143-0/+30
* sh: Allow more scripts without #!Jilles Tjoelker2020-05-302-0/+9
* sh: Fix double INTON with vforkJilles Tjoelker2020-05-162-0/+7
* sh/tests: Test some obscure cases with aliasing keywordsJilles Tjoelker2020-05-125-0/+21
* sh: Test that executing various binary files is rejectedJilles Tjoelker2019-12-305-0/+64
* sh/tests: Improve failure messages of expansion/arith15.0Jilles Tjoelker2019-03-071-3/+3
* sh: Add set -o pipefailJilles Tjoelker2019-02-248-0/+39
* sh: Restore $((x)) error checking after fix for $((-9223372036854775808))Jilles Tjoelker2019-02-103-0/+31
* Fix an edge case when parsing large numbers which resulted in inconsistentDag-Erling Smørgrav2019-01-092-0/+21
* sh: Add test for exported but unset variablesJilles Tjoelker2019-01-032-0/+6
* sh: Fix ${param?} default error messageJilles Tjoelker2018-11-282-0/+12
* sh: Use 126 and 127 exit status for failures opening a scriptJilles Tjoelker2018-11-272-0/+6
* sh: Don't treat % specially in CDPATHJilles Tjoelker2018-07-152-0/+25
* sh: Allow unquoted newlines in word in ${param+word} etc.Jilles Tjoelker2018-05-204-0/+25
* sh: Test that backslash-newline within single-quotes is not specialJilles Tjoelker2018-05-112-0/+6
* sh: Don't have [ match any [[:class:]]Jilles Tjoelker2018-04-292-0/+6
* Fix a few speelling errorsEitan Adler2017-12-281-1/+1
* DIRDEPS_BUILD: Connect new directories.Bryan Drewery2017-10-311-0/+11
* sh: Add test for sh -c with missing command string.Jilles Tjoelker2017-08-132-0/+4
* sh: Add tests for sh -c that already pass.Jilles Tjoelker2017-08-126-0/+41
* sh: Ignore error when cd writes the directory actually switched to.Jilles Tjoelker2017-06-252-0/+7
* sh: Fix INTOFF leak when a redirection on a compound command fails.Jilles Tjoelker2017-06-042-0/+6
* sh: Fix '-' from quoted arithmetic in case/glob pattern range.Jilles Tjoelker2017-05-142-0/+11
* sh: Add test for arithmetic expansion in [x-y] pattern range.Jilles Tjoelker2017-05-132-0/+11
* sh: Fix INTOFF leak after a builtin with different locale settings.Jilles Tjoelker2017-05-072-0/+6
* sh: Add some tests for command substitution final newline stripping.Jilles Tjoelker2017-04-273-0/+15
* sh: Add tests for NUL byte in command substitution output.Jilles Tjoelker2017-04-232-0/+25
* sh: Fix use after free when resetting an in-use alias.Jilles Tjoelker2017-04-162-0/+9
* sh: Link the new test to the build.Jilles Tjoelker2017-04-161-0/+1
* sh: Fix unalias -a while an alias is currently in use.Jilles Tjoelker2017-04-161-0/+7
* sh: Add test for unaliasing an alias that is currently in use.Jilles Tjoelker2017-04-082-0/+8
* sh: Fix executing wrong command with ${unsetvar#$(cmdsubst)}$(cmdsubst).Jilles Tjoelker2017-03-102-0/+6
* sh: Fix crash if a -T trap is taken during command substitution.Jilles Tjoelker2017-03-043-0/+14
* sh: Add some already working tests that exercise new code paths.Jilles Tjoelker2017-03-034-0/+20
* sh: Add simple test for 'set -C' (noclobber).Jilles Tjoelker2016-11-022-0/+13
* sh: Do not import IFS's value from the environment.Jilles Tjoelker2016-10-082-0/+11
* sh: Add some tests for non-standard features of the echo builtin.Jilles Tjoelker2016-09-024-0/+21
* Path generation was not according to collateAndrey A. Chernov2016-07-164-0/+38
* Back out non-collating [a-z] ranges.Andrey A. Chernov2016-07-141-1/+6
* After removing collation for [a-z] ranges in r302512, do it here too.Andrey A. Chernov2016-07-131-6/+1
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedEnji Cooper2016-05-048-474/+449
* MFHGlen Barber2016-04-113-7/+7
|\
| * sh: Fix some unquoted variables in tests.Jilles Tjoelker2016-04-093-7/+7
* | MFHGlen Barber2016-04-042-0/+11
|\|