summaryrefslogtreecommitdiffstats
path: root/tools/regression/bin
Commit message (Expand)AuthorAgeFilesLines
* sh: Do not abort on a redirection error on a compound command.jilles2010-03-142-0/+26
* sh: Add test for redirection error on subshell (should not abort).jilles2010-03-141-0/+5
* sh: Do not abort on a redirection error if there is no command word.jilles2010-03-131-0/+7
* sh: Add test for assignment errors (e.g. trying to change a readonly var).jilles2010-03-131-0/+30
* sh: Add tests for " and $ inside `.jilles2010-03-121-0/+43
* sh: Add some testcases for ${v=w}, ${v-w}, ${v+w}.jilles2010-03-072-0/+118
* sh: Add various testcases for here documents.jilles2010-03-071-0/+85
* sh: Make sure to popredir() even if a function caused an error.jilles2010-03-061-0/+14
* sh: Make sure to popredir() even if a special builtin caused an error.jilles2010-03-061-0/+14
* sh: Improve the command builtin:jilles2010-03-063-0/+154
* sh: arith: Add a test for a bug in the dash arith code,jilles2010-02-171-0/+14
* sh: arith: Test an octal constant as well.jilles2010-02-171-0/+1
* sh: Make sure the mail2.0 test can actually fail if $MAIL is not touched.jilles2010-02-081-1/+1
* sh: Do not stat() $MAIL/$MAILPATH in non-interactive shells.jilles2010-02-062-0/+30
* sh: Send the "not found" message for builtin <cmd> to redirected fd 2.jilles2010-01-031-0/+31
* sh: Add a regression test that tries out all arithmetic ops.jilles2010-01-031-0/+76
* Use t1 & t2 as more symbolic than 'a' and 'b' for the two times.obrien2010-01-031-8/+6
* Hide expected error output so the 'prove -r' results are easy to read.obrien2010-01-031-3/+3
* Allow to be driven by 'prove -r'.obrien2010-01-031-6/+10
* sh: Fix some bugs with backquoted builtins:jilles2010-01-011-0/+48
* sh: Use PATH= assignment in type.jilles2009-12-311-0/+26
* sh: Allow command -pv and command -pV (lookup using _PATH_STDPATH).jilles2009-12-313-0/+52
* sh: arith: Return only 0 and 1 from && and ||.jilles2009-12-301-0/+30
* sh: Do not run callers' exception handlers in subshells.jilles2009-12-251-0/+34
* sh: Test ;<newline> as well as ; in the 'for' parser test.jilles2009-12-061-3/+3
* Disable job control when running 'sh -i' in the testsuite.jilles2009-11-292-2/+2
* Fix some cases where file descriptors from redirections leak to programs.jilles2009-11-292-0/+56
* sh: Ensure the same command input file is on top after executing a builtin.jilles2009-11-221-0/+27
* trap: do not consider a bad signal name a fatal error.jilles2009-11-211-0/+12
* Add a test for r199631.stefanf2009-11-211-0/+15
* Add a few very basic tests for cd -{L,P} and pwd -{L,P}.stefanf2009-11-211-12/+22
* sh: Allow a newline before "in" in a for command, as required by POSIX.jilles2009-11-141-0/+29
* sh: Exempt $@ and $* from set -ujilles2009-10-241-0/+12
* Add some tests for ${var?} and set -u.jilles2009-10-242-0/+51
* sh: Send the "xyz: not found" message to redirected fd 2.jilles2009-10-061-0/+29
* sh: Disallow mismatched quotes in backticks (`...`).jilles2009-10-011-0/+7
* sh: Fix crash with empty functions (f() { }) introduced in r196483jilles2009-08-281-0/+11
* Add some tests for a fixed bug in an uncommitted patch.jilles2009-08-271-0/+9
* sh: Fix crash when undefining or redefining a currently executing function.jilles2009-08-231-0/+4
* Add some tests for r194975 and r194977.jilles2009-06-251-0/+35
* Designate special builtins as such in command -V and type.jilles2009-06-241-1/+1
* Add test for r190698.jilles2009-06-241-0/+7
* Add tests for r194774.jilles2009-06-231-0/+9
* Add tests for r194406 and r194516.jilles2009-06-192-0/+56
* Add tests for r194127 and r194128.jilles2009-06-142-0/+29
* Add tests for r193169.stefanf2009-05-314-0/+17
* Add regression tests for the date(1) + argument for user-definededwin2009-05-203-0/+99
* Add a test for r191009.stefanf2009-04-131-0/+2
* Test the r190298 change.stefanf2009-03-222-0/+2
* Add a few tests for the read built-in.stefanf2009-03-222-0/+44
OpenPOWER on IntegriCloud