summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Do not read from stdin if an error occurs during -i -c cmd.jilles2013-07-121-0/+3
* sh: Add tests for 'local -' (save shell options).jilles2013-06-152-0/+43
* sh: Return status 127 for unknown jobs in wait builtin.jilles2013-06-052-0/+8
* sh: Allow multiple operands in wait builtin.jilles2013-06-051-0/+7
* test: Remove -ntXY and -otXY primaries.jilles2013-05-311-64/+1
* sh: Add test cases for break outside a loop.jilles2013-05-312-0/+19
* sh: Remove racy test case for read builtin.jilles2013-05-031-13/+0
* sh: Improve error handling in read builtin:jilles2013-05-032-0/+18
* sh: Don't modify exit status when break/continue/return passes !.jilles2013-04-122-0/+10
* sh: Add a variation on builtins/eval4.0 where the cmdsubst returns 0.jilles2013-04-061-0/+5
* 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
OpenPOWER on IntegriCloud