summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Recognize "--" and explicitly reject options in wait builtin.jilles2013-03-152-0/+7
* sh: When executing a trap, keep exit status along with evalskip.jilles2013-03-031-0/+10
* Enhance test(1) by adding provision to compare any combination of thepeterj2013-02-251-1/+64
* sh: If a SIGINT or SIGQUIT interrupts "wait", return status 128+sig.jilles2013-02-232-0/+24
* sh: Test that the exit status is 1 if read encounters EOF.jilles2013-02-231-0/+5
* sh: Pass $? to command substitution containing compound/multiple commands.jilles2013-01-141-0/+5
* sh: Add testcase that $? is preserved into a simple command substitution.jilles2013-01-131-0/+5
* sh: Add some testcases related to subshells.jilles2013-01-135-0/+25
* sh: Fix crash when parsing '{ } &'.jilles2013-01-131-0/+7
* sh: Don't lose $? when backquoted command ends with semicolon or newline.jilles2013-01-132-0/+10
* sh: Detect and flag write errors on stdout in builtins.jilles2012-12-121-0/+3
* sh: Apply rlimits to parser/alias10.0 so it fails fast.jilles2012-11-181-0/+4
* sh: Add tests for modifying an alias (r242766).jilles2012-11-083-0/+21
* sh: Test that a redefined alias works.jilles2012-11-071-0/+6
* sh: Add some tests for aliasing a utility to itself.jilles2012-09-222-0/+8
* sh: Add a simple test for the "local" builtin.jilles2012-07-151-0/+13
* sh: Expand assignment-like words specially for export/readonly/local.jilles2012-07-155-0/+123
* sh: Add tests where "export" does not parse differently.jilles2012-07-131-0/+13
* sh: Do not assume that SIGPIPE will only kill a subshell in builtins/wait3.0jilles2012-06-081-1/+1
* sh: Add a test for variables with underscores in arithmetic.jilles2012-03-111-0/+4
* sh: Make 'hash' return 1 if at least one utility is not found.jilles2012-02-111-0/+6
* sh: Fix $? in the first command of a 'for'.jilles2012-01-222-0/+17
* sh: Fix execution of multiple statements in a trap when evalskip is setdumbbell2012-01-162-0/+14
* sh: Test EXIT trap with multiple statements in itdumbbell2012-01-161-0/+3
* sh: Fix some bugs with exit status from case containing ;&.jilles2012-01-153-0/+17
* sh: Fix two bugs with case and exit status:jilles2012-01-153-0/+17
* sh: Add testcases that should not be broken by future optimizations.jilles2012-01-142-0/+18
* sh: Properly show "Not a directory" error in cd builtin.jilles2012-01-131-0/+26
* sh: Avoid possible echo options in a testcase.jilles2012-01-061-3/+3
* Spelling fixes for tools/uqs2011-12-301-1/+1
* sh: Allow quoting ^ and ] in bracket expressions.jilles2011-12-281-0/+12
* sh: Add some testcases for pasting $*/$@ directly to a literal.jilles2011-12-251-0/+65
* test: Add more testcases.jilles2011-11-281-4/+38
* sh: Add tests for some corner cases of 'case' exit status.jilles2011-11-262-0/+12
* sh: Allow unsetting OPTIND.jilles2011-11-201-0/+3
* sh: Add test for exit status of for loop without items.jilles2011-10-281-0/+4
* sh: Add a test for a fairly obscure case with aliases.jilles2011-07-161-0/+6
* sh: Test that '!' is literal if quoted and first char of bracket expressionjilles2011-06-251-0/+16
* sh: Add test for r223282.jilles2011-06-191-0/+6
* sh: Add case statement fallthrough (with ';&' instead of ';;').jilles2011-06-171-0/+39
* sh: Skip variables with invalid names in "set", "export -p", "readonly -p".jilles2011-06-172-0/+6
* sh: Reduce unnecessary forks with eval.jilles2011-06-161-0/+5
* sh: Add support for named character classes in bracket expressions.jilles2011-06-151-0/+32
* sh: Add test for LC_COLLATE-based character ranges in case.jilles2011-06-121-0/+24
* sh: Add test for case pattern matching with iso-8859-1 charset.jilles2011-06-121-0/+52
* sh: Do parameter expansion on ENV before using it.jilles2011-06-101-0/+11
* sh: Do parameter expansion before printing PS4 (set -x).jilles2011-06-091-0/+9
* sh: Add simple tests for set -x and PS4.jilles2011-06-082-0/+17
* sh: Fix $? in heredocs on simple commands.jilles2011-06-051-0/+15
* sh: Add already working testcases for $? in here-document.jilles2011-06-051-0/+25
OpenPOWER on IntegriCloud