summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests
Commit message (Expand)AuthorAgeFilesLines
* MFC r317912: sh: Fix INTOFF leak after a builtin with different localejilles2017-05-142-0/+6
* MFC r315005: sh: Fix executing wrong command with ${x#$(y)}$(z).jilles2017-03-182-0/+6
* MFC r314686: sh: Fix crash if a -T trap is taken during command substitutionjilles2017-03-123-0/+14
* MFC r314637: sh: Add some already working tests that exercise new code pathsjilles2017-03-124-0/+20
* MFC r302937ache2016-08-184-0/+38
* Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installedngie2016-05-048-474/+449
* MFHgjb2016-04-113-7/+7
|\
| * sh: Fix some unquoted variables in tests.jilles2016-04-093-7/+7
* | MFHgjb2016-04-042-0/+11
|\ \ | |/
| * sh: Fix use-after-free if a trap replaces itself.jilles2016-03-282-0/+11
* | MFHgjb2016-03-1010-0/+93
|\ \ | |/
| * DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-098-0/+88
| * sh: Add test for 'set -o nolog'.jilles2016-03-092-0/+5
* | MFHgjb2016-02-243-0/+14
|\ \ | |/
| * sh: Fix set -v and multiline history after r295825.jilles2016-02-233-0/+14
* | MFHgjb2016-02-224-0/+22
|\ \ | |/
| * sh: Rework code to remove '\0' from shell input.jilles2016-02-192-0/+13
| * sh: Add tests for comments in sh -c.jilles2016-02-193-0/+9
* | MFHgjb2016-02-181-2/+0
|\ \ | |/
| * Test directories can build in parallel fine.bdrewery2016-02-161-2/+0
* | Fix build.gjb2016-02-037-7/+0
* | First pass to fix the 'tests' packages.gjb2016-02-028-0/+32
|/
* sh: Clean a readonly local, even if the variable does not exist outside.jilles2016-01-222-0/+11
* sh: Add already working test for local-readonly interaction.jilles2016-01-222-0/+11
* sh: Update associated state when restoring locals while leaving a function.jilles2016-01-102-0/+16
* sh: Add a test for 'cd -'.jilles2016-01-073-0/+11
* sh: Ensure OPTIND=1 in subshell without forking does not affect outer env.jilles2016-01-072-0/+12
* sh: Link tests/builtins/getopts9.0 to the build.jilles2016-01-031-0/+1
* sh: Add tests for #/##/%/%% on $* and $@.jilles2015-12-262-0/+62
* sh: Add limited test for ${#@} and ${#*}.jilles2015-12-062-0/+19
* sh: Link tests/parameters/positional8.0 to the build.jilles2015-12-051-0/+1
* sh: Fix ""$@, which should not use the special case for "$@".jilles2015-11-181-0/+31
* Add more SUBDIR_PARALLEL.bdrewery2015-10-151-0/+2
* Refactor the test/ Makefiles after recent changes to bsd.test.mk (r289158) andngie2015-10-121-2/+0
* sh: Allow empty << EOF markers.jilles2015-09-022-0/+22
* sh: Fix read with escaped IFS characters at the end.jilles2015-08-302-0/+11
* sh: Fix out of bounds read when there is no ] after a [:class:].jilles2015-08-252-0/+10
* sh: Don't create bad parse result when postponing a bad substitution error.jilles2015-08-233-0/+10
* sh: Avoid negative character values from $'\Uffffffff' etc.jilles2015-08-202-0/+9
* sh: Add test for $'\u' without any digits.jilles2015-08-202-0/+8
* sh: Backslash-newline should not affect field splitting in read builtin.jilles2015-08-162-0/+18
* sh: Fix the trap builtin to be POSIX-compliant for 'trap exit SIG' and 'trap ...bdrewery2015-04-183-0/+27
* sh: Add more tests for exotic IFS splitting.jilles2015-03-313-0/+13
* sh: Add simple tests for globbing/splitting command substitution.jilles2015-02-153-0/+9
* sh: Make sure output suitable as shell input is also printable.jilles2014-12-142-0/+8
* sh: Fix corruption of CTL* bytes in positional parameters in redirection.jilles2014-10-312-0/+27
* Treat IFS separators in "$*" as quoted.jilles2014-10-283-0/+17
* sh: Make getopts memory-safe if with changing arguments.jilles2014-10-262-0/+12
* sh: Allow backslash-newline continuation in more places:jilles2014-10-199-0/+113
* sh: Add some tests for backslash-newline continuation.jilles2014-10-174-0/+30
OpenPOWER on IntegriCloud