summaryrefslogtreecommitdiffstats
path: root/bin/sh/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* sh: Allow kill %job on jobs started without job control.jilles2014-03-152-1/+8
* Make bsd.test.mk the only public mk fragment for the building of tests.jmmv2014-03-141-1/+1
* sh: Successfully do nothing when killing a terminated job.jilles2014-03-082-0/+9
* sh: Do not corrupt internal representation if LINENO inner expansion fails.jilles2014-02-272-0/+11
* sh: Allow aliases to force alias substitution on the following word.jilles2014-01-264-0/+24
* sh: Add tests for alias names after another alias.jilles2014-01-253-0/+14
* sh: Do not depend on parse/execute split in new alias test.jilles2014-01-241-1/+1
* sh: Solve the alias recursion problem in a less hackish way.jilles2014-01-243-3/+3
* sh: Add test for nested alias.jilles2014-01-242-0/+7
* Replace hand-crafted Kyuafiles with automatic generation.jmmv2014-01-142-13/+6
* Run the sh(1) and test(1) tests as unprivileged.jmmv2014-01-102-0/+13
* sh: Initialize OPTIND=1 even if it came from the environment.jilles2013-12-242-0/+4
* Migrate tools/regression/bin/ tests to the new layout.jmmv2013-12-11405-0/+6578
OpenPOWER on IntegriCloud