summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Add test for EXIT trap in command substitution.jilles2011-01-271-0/+3
* sh: Fix signal messages being sent to the wrong file sometimes.jilles2011-01-181-0/+8
* sh: If exit is used without args from a trap action, exit on the signal.jilles2011-01-161-0/+9
* sh: Fix some things about -- in trap:jilles2011-01-151-0/+19
* regression/date: unset all LC_xxx vars and set LANG/LC_ALLkeramida2011-01-091-1/+1
* sh: Remove special %builtin PATH entry.jilles2011-01-091-0/+15
* sh: Make exit without parameters from EXIT trap POSIX-compliant.jilles2011-01-081-0/+5
* sh: Add simple test for 'exit' without parameters.jilles2011-01-081-0/+7
* sh: Do not call exitshell() from evalcommand() unless evalcommand() forkedjilles2011-01-051-0/+17
* sh: Test that exit $? replaces the original exit status in an EXIT trap.jilles2011-01-011-0/+6
* sh: Check readonly status for assignments on regular builtins.jilles2011-01-011-0/+8
* sh: Check if dup2 for redirection from/to a file succeeds.jilles2010-12-311-0/+7
* sh: Avoid side effects from builtins in optimized command substitution.jilles2010-12-301-0/+51
* sh: Add two tests for special cases in command substitution that alreadyjilles2010-12-302-0/+28
* sh: Don't do optimized command substitution if expansions have side effects.jilles2010-12-281-0/+31
* sh: Add test for optimized command substitution.jilles2010-12-281-0/+53
* sh: Make expansion errors in optimized command substitution non-fatal.jilles2010-12-281-0/+5
* sh: Add a testcase for cmdsubst errors that already works properly.jilles2010-12-271-0/+4
* Restore two commented-out tests from plus-minus1.0 to a new file.emaste2010-12-272-3/+26
* Remove commented-out test that's covered in plus-minus2.0 anyway.emaste2010-12-261-2/+0
* sh: Make warnings in the printf builtin non-fatal, like in the program.jilles2010-12-202-0/+10
* sh: arith: Disallow decimal constants starting with 0 (containing 8 or 9).jilles2010-12-181-0/+4
* sh: Fix corruption of command substitutions with special chars after newlinejilles2010-12-161-0/+20
* sh: Fix some tests that used sh instead of ${SH}jilles2010-12-122-2/+2
* sh: Add a test for r216387 (long arithmetic expression in here document).jilles2010-12-121-0/+12
* sh: Make the test for cd/pwd with long pathnames more useful:jilles2010-11-281-7/+8
* sh: Add a test that manipulates various long strings.jilles2010-11-191-0/+16
* sh: Add another simple test for the wait builtin.jilles2010-11-191-0/+21
* test: Move tests to tools/regression/bin/test.jilles2010-11-084-1/+170
* sh: Add simple tests for printf.jilles2010-11-052-0/+6
* sh: Fix some issues with aliases and case, by importing dash checkkwd code.jilles2010-11-021-0/+6
* sh: Detect various additional errors in the parser.jilles2010-10-291-0/+4
* sh: Fix some issues with CTL* bytes and ${var#pat}.jilles2010-10-291-0/+22
* sh: Do IFS splitting on word in ${v+word} and ${v-word}.jilles2010-10-291-0/+34
* sh: Only accept a '}' inside ${v+-=?...} if double-quote state matches.jilles2010-10-281-0/+31
* sh: Make double-quotes quote a '}' inside ${v#...} and ${v%...}.jilles2010-10-281-0/+28
* sh: Do not allow overriding a special builtin with a function.jilles2010-10-241-0/+7
* sh: Make sure defined functions can actually be called.jilles2010-10-241-0/+25
* sh: Check whether dup2 was successful for >&FD and <&FD.jilles2010-10-241-0/+4
* sh: Add a test trying to close a descriptor that is not open.jilles2010-10-241-0/+3
* sh: Change ! within a pipeline to start a new pipeline instead.jilles2010-10-241-0/+3
* sh: Add some testcases for alias expansion.jilles2010-10-242-0/+11
* sh: Allow running 'prove' from tools/regression/bin/sh againjilles2010-10-151-5/+1
* Embellish this testcase a little bit to be more clear what the output isobrien2010-10-142-0/+18
* Do not assume in growstackstr() that a "precious" character will beobrien2010-10-131-0/+15
* Allow one to regression test 'sh' changes without having to installobrien2010-10-1228-82/+97
* Correct regression test to not show a false positive when run as root.obrien2010-10-111-6/+9
* sh: Fix exit status if return is used within a loop condition.jilles2010-09-112-0/+9
* sh: Apply variable assignments left-to-right in bltinlookup().jilles2010-09-111-0/+3
* sh: Fix 'read' if all chars before the first IFS char are backslash-escaped.jilles2010-09-082-0/+18
OpenPOWER on IntegriCloud