summaryrefslogtreecommitdiff
path: root/tests/bin/sh
AgeCommit message (Expand)Author
2017-06-02Add a new test case "nested_arith" (that is, things like $(( 1 + $(( 2 )) ))kre
2017-06-02Add 3 new subtests to the shell_params test case. These test currentlykre
2017-06-02One more weird test of parsing (and correctly understanding) wordskre
2017-06-02Guard against EVN being set, and possibly referencing an unsetkre
2017-05-29Add a new test case wrap_strip based upon strip (ie: cut&paste.. to start)kre
2017-05-27Skip the test of non-posix behaviour if we are deliberately tryingkre
2017-05-20Add a test of sh syntax & parsing (first attempt anyway.)kre
2017-05-15More test sub-cases for the dollar_hash ( ${#...} ) test.kre
2017-05-14Add a test for opening files with exec "when" in posix mode (close-on-execkre
2017-05-14Add a test case for the various ways that ${xxx} expansions, whichkre
2017-03-20PR bin/52090 - the $* tests are no longer expected to fail.kre
2017-03-20Add tests for the $(( )) assignment operators PR bin/50958kre
2017-03-19PR bin/52090kre
2017-03-12Add new test case in to check (coming) bug fix for newly discoveredkre
2016-05-17Use valid (standard) shell syntax, in anticipation of /bin/sh enforcingkre
2016-05-15Add a new test case to validate N>&N redirect disables close-on-exec.kre
2016-05-14Add another test for the 48875 fix fallout...kre
2016-05-12Grunge. I know I fixed this typo before... must have been in a differentkre
2016-05-12Verify that questionable characters don't have bad associates.kre
2016-05-11Add a test for fd redirections on functions in loops (the etcupdate issue)kre
2016-05-09PR bin/48875 PR bin/51123 This adds tests more that verify fide descriptorkre
2016-05-07Remove the trap_zero__explicit_return test case - it was testing undefinedkre
2016-05-02More redirect tests, in particular, tests for redirects to/fromchristos
2016-04-29use "" so ${TEST_SH} is expanded.christos
2016-04-04Add a test case for here documents positioned outside `` with thechristos
2016-03-31Avoid leaving turds in /tmp. (from kre@)christos
2016-03-31When embedding a command in a subshell "( ... )" avoid accidentallychristos
2016-03-31Added lots more end delimiter tests (some weird cases...). Alsochristos
2016-03-31PR bin/51027 - tests for shell positional parameters, includingchristos
2016-03-31Added tests collected by Sven Mascheckchristos
2016-03-31Don't confuse more capable shells by writing operator combinationschristos
2016-03-27Allow for testing other than /bin/sh using TEST_SH (from kre@)christos
2016-03-27Finish these tests (or at least, fill in the place holder testschristos
2016-03-27PR bin/50993 - lots of new here document tests to validate all ofchristos
2016-03-27More tests, add protection against shells that allow wait Nchristos
2016-03-27Finish TEST_SH - all tests should support it now.christos
2016-03-27Avoid relying on the test shell correctly implementing $(( ))christos
2016-03-20new command substitution test from krechristos
2016-03-16Better tests for redircloexec and add t_shift (from kre)christos
2016-03-16remove binary test and other cleanups (from kre)christos
2016-03-16New tests from krechristos
2016-03-13Add some redir-close-on-exec testschristos
2016-03-12Implement TEST_SH for this test, add a test or two, and also somechristos
2016-03-10Set TEST_SHchristos
2016-03-08Added more test cases, more exhaustive testing. (from kre)christos
2016-03-08remove old testchristos
2016-03-08Tests for the shift builtin (from kre)christos
2016-03-08This test tests nothing not tested elsewhere, and doesn'tchristos
2016-03-08Complete implementation of TEST_SH, use builting kill (which doeschristos
2016-03-08Cleanup left over (dead) debugging code (from kre)christos