| Age | Commit message (Expand) | Author |
| 2017-10-06 | Add a new sub-test to validate ~ expansions. | kre |
| 2017-08-21 | Make the $'...' syntax tests test what is supposed to work, rather than | kre |
| 2017-08-19 | Add a few more sub-tests to the $'...' syntax tests. | kre |
| 2017-08-18 | Add a basic test for $'...' quoting (roughly C ctyle strings). | kre |
| 2017-07-26 | PR bin/48498 PR bin/52426 | kre |
| 2017-07-15 | Add some tests for the (likely forthcoming) pipefail option (modelled | kre |
| 2017-07-15 | Add basic tests for the forthcoming ',' '++' and '--' operators. | kre |
| 2017-06-24 | Give this test a promotion! This was the test that enabled the sh's | kre |
| 2017-06-24 | NFC: Added some comments (about other comments) | kre |
| 2017-06-16 | Add a new test to verify correct operation when a command substitution | kre |
| 2017-06-16 | Fix a really stupid typo/thinko that was preventing many of the | kre |
| 2017-06-09 | Add two new sub-tests to the c_line_wrapping test case. | kre |
| 2017-06-03 | Paranoia: add a new test case testing that $(( )) results get split | kre |
| 2017-06-03 | Complete the special request by quoting chapter & verse from POSIX | kre |
| 2017-06-03 | By special request, add a check that ${011} is ${11} not ${9} (etc) and | kre |
| 2017-06-03 | Add some extra sub-tests checking splitting of ${#var} - just for my | kre |
| 2017-06-02 | Add a new test case "nested_arith" (that is, things like $(( 1 + $(( 2 )) )) | kre |
| 2017-06-02 | Add 3 new subtests to the shell_params test case. These test currently | kre |
| 2017-06-02 | One more weird test of parsing (and correctly understanding) words | kre |
| 2017-06-02 | Guard against EVN being set, and possibly referencing an unset | kre |
| 2017-05-29 | Add a new test case wrap_strip based upon strip (ie: cut&paste.. to start) | kre |
| 2017-05-27 | Skip the test of non-posix behaviour if we are deliberately trying | kre |
| 2017-05-20 | Add a test of sh syntax & parsing (first attempt anyway.) | kre |
| 2017-05-15 | More test sub-cases for the dollar_hash ( ${#...} ) test. | kre |
| 2017-05-14 | Add a test for opening files with exec "when" in posix mode (close-on-exec | kre |
| 2017-05-14 | Add a test case for the various ways that ${xxx} expansions, which | kre |
| 2017-03-20 | PR bin/52090 - the $* tests are no longer expected to fail. | kre |
| 2017-03-20 | Add tests for the $(( )) assignment operators PR bin/50958 | kre |
| 2017-03-19 | PR bin/52090 | kre |
| 2017-03-12 | Add new test case in to check (coming) bug fix for newly discovered | kre |
| 2016-06-26 | PR bin/4841 was filed regarding the handling of blank lines when cat was invoked | sevan |
| 2016-06-16 | Add a unit test for PR bin/51250 called se_output. se_output checks the outpu... | sevan |
| 2016-05-17 | Use valid (standard) shell syntax, in anticipation of /bin/sh enforcing | kre |
| 2016-05-15 | Add a new test case to validate N>&N redirect disables close-on-exec. | kre |
| 2016-05-14 | Add another test for the 48875 fix fallout... | kre |
| 2016-05-12 | Grunge. I know I fixed this typo before... must have been in a different | kre |
| 2016-05-12 | Verify that questionable characters don't have bad associates. | kre |
| 2016-05-11 | Add a test for fd redirections on functions in loops (the etcupdate issue) | kre |
| 2016-05-09 | PR bin/48875 PR bin/51123 This adds tests more that verify fide descriptor | kre |
| 2016-05-07 | Remove the trap_zero__explicit_return test case - it was testing undefined | kre |
| 2016-05-02 | More redirect tests, in particular, tests for redirects to/from | christos |
| 2016-04-29 | use "" so ${TEST_SH} is expanded. | christos |
| 2016-04-04 | Add a test case for here documents positioned outside `` with the | christos |
| 2016-03-31 | Avoid leaving turds in /tmp. (from kre@) | christos |
| 2016-03-31 | When embedding a command in a subshell "( ... )" avoid accidentally | christos |
| 2016-03-31 | Added lots more end delimiter tests (some weird cases...). Also | christos |
| 2016-03-31 | PR bin/51027 - tests for shell positional parameters, including | christos |
| 2016-03-31 | Added tests collected by Sven Mascheck | christos |
| 2016-03-31 | Don't confuse more capable shells by writing operator combinations | christos |
| 2016-03-27 | Allow for testing other than /bin/sh using TEST_SH (from kre@) | christos |