summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests
Commit message (Expand)AuthorAgeFilesLines
* DIRDEPS_BUILD: Connect MK_TESTS.bdrewery2016-03-098-0/+88
* sh: Add test for 'set -o nolog'.jilles2016-03-092-0/+5
* sh: Fix set -v and multiline history after r295825.jilles2016-02-233-0/+14
* 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
* Test directories can build in parallel fine.bdrewery2016-02-161-2/+0
* 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
* sh: Fix break/continue/return in multiline eval.jilles2014-10-123-0/+18
* sh: Fix LINENO and prompt after $'\0 and newline.jilles2014-10-033-0/+9
* sh: Remove arbitrary length limit on << EOF markers.jilles2014-09-142-0/+48
* sh: Don't hardcode relative paths in the tests stderr files.jilles2014-08-1711-17/+11
* sh: Mask off shift distance (<< and >>) in arithmetic.jilles2014-08-152-0/+41
* Convert bin/sh/tests to ATFngie2014-08-1315-82/+127
* sh: Allow arbitrarily large numbers in break and continue.jilles2014-07-202-0/+9
* sh: Correctly handle positional parameters beyond INT_MAX on 64-bit systems.jilles2014-07-122-0/+15
* sh: Consistently treat ${01} like $1.jilles2014-07-122-0/+5
* sh: Add test for ${01} and ${010} that already works.jilles2014-07-082-0/+5
* Don't install locale1.0 if MK_NLS == no.jilles2014-07-081-0/+2
* sh: In getopts, unset OPTARG where POSIX says we should.jilles2014-05-103-0/+14
* sh: Add new tests to the Makefile.jilles2014-05-101-0/+2
* sh: Don't discard getopts state on unknown option or missing argument.jilles2014-05-102-0/+13
* sh: Send getopts error messages to stderr, not stdout.jilles2014-05-091-1/+1
* sh: Add some tests for normal use of getopts.jilles2014-05-074-0/+29
OpenPOWER on IntegriCloud