opnsense-src/tools/regression/bin/sh/execution
Jilles Tjoelker b15e9aa322 sh: Fix two things about {(...)} <redir:
* In {(...) <redir1;} <redir2, do not drop redir1.
* Maintain the difference between (...) <redir and {(...)} <redir:
  In (...) <redir, the redirection is performed in the child, while in
  {(...)} <redir it should be performed in the parent (like {(...); :;}
  <redir)
2011-02-05 15:02:19 +00:00
..
fork1.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
fork2.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
func1.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
func2.0 sh: Get rid of unnecessary non-standard empty lists. 2010-08-16 17:18:08 +00:00
func3.0 sh: Fix some tests that used sh instead of ${SH} 2010-12-12 21:18:16 +00:00
hash1.0 sh: Forget all cached command locations on any PATH change. 2011-02-05 14:01:46 +00:00
killed1.0 sh: Fix signal messages being sent to the wrong file sometimes. 2011-01-18 21:18:31 +00:00
killed2.0 sh: Send messages about signals to stderr. 2011-01-30 22:57:52 +00:00
path1.0 sh: Remove special %builtin PATH entry. 2011-01-09 21:07:30 +00:00
redir1.0 sh: Reduce unnecessary testsuite failures with other shells. 2010-08-16 22:23:19 +00:00
redir2.0 Allow one to regression test 'sh' changes without having to install 2010-10-12 18:20:38 +00:00
redir3.0 sh: Add a test trying to close a descriptor that is not open. 2010-10-24 19:56:34 +00:00
redir4.0 sh: Check whether dup2 was successful for >&FD and <&FD. 2010-10-24 20:09:49 +00:00
redir5.0 sh: Fix two things about {(...)} <redir: 2011-02-05 15:02:19 +00:00
shellproc1.0 sh: Add test for shell script without '#!'. 2011-02-02 22:03:18 +00:00
unknown1.0 sh: Send the "xyz: not found" message to redirected fd 2. 2009-10-06 22:00:14 +00:00
var-assign1.0 sh: Apply variable assignments left-to-right in bltinlookup(). 2010-09-11 14:15:50 +00:00