summaryrefslogtreecommitdiff
path: root/tests/bin
AgeCommit message (Expand)Author
2019-08-16Pull up following revision(s) (requested by kamil in ticket #65):martin
2019-07-11Fix typo (s/supress/suppress/).msaitoh
2019-07-10Make sure we have enough free inodes before running the filename_expansionmartin
2019-05-04Fix an (apparent) ancient ash bug, that was apparently fixed sometimekre
2019-04-10PR bin/54112kre
2019-01-22Add sub tests to the quoting test case, to demonstrate a parsingkre
2019-01-21Add subtests to verify that both "sleep 0.2" and "sleep 0,2" workkre
2019-01-09Add several sub-tests to the test for the "eval" builtin,kre
2018-12-12Add a new test case for NetBSD specific readonly tests.kre
2018-12-12Add more subtests to the export and readonly built-in commands test cases.kre
2018-12-05Oops, this is 2018, not 2017 ... cut&paste (affects just copyright notice)kre
2018-12-05Add a new test program to test the "intermediate" shell built inkre
2018-12-04Supply a missing \ ... this missing has meant that these testskre
2018-11-30Add base-256 test (Micha Gorny)christos
2018-11-27Add two new test cases to add more tests for $@ expansionskre
2018-11-27Add a new test case to test <> (open for input & output),kre
2018-11-18It turns out there are more cases where escaping of meta-charskre
2018-11-18Add some tests to detect the presence of a bug in sh reported bykre
2018-11-14Add a test for the bug in PR bin/53712 ( " { } > out " core dump )kre
2018-07-20Several improvements to this test...kre
2018-07-10Add tests for pattern matching (filename expansion (glob), case statementkre
2018-06-27Add 3 more expr(1) ATF tests detecting overflowkamil
2018-06-27Add a couple of new ATF expr(1) testskamil
2018-06-12Add 2 new expr(1) ATF testskamil
2018-04-21Add a test case for PR bin/53201kre
2017-11-16Add a test case for "set -X".kre
2017-10-06Add a new sub-test to validate ~ expansions.kre
2017-08-21Make the $'...' syntax tests test what is supposed to work, rather thankre
2017-08-19Add a few more sub-tests to the $'...' syntax tests.kre
2017-08-18Add a basic test for $'...' quoting (roughly C ctyle strings).kre
2017-07-26PR bin/48498 PR bin/52426kre
2017-07-15Add some tests for the (likely forthcoming) pipefail option (modelledkre
2017-07-15Add basic tests for the forthcoming ',' '++' and '--' operators.kre
2017-06-24Give this test a promotion! This was the test that enabled the sh'skre
2017-06-24NFC: Added some comments (about other comments)kre
2017-06-16Add a new test to verify correct operation when a command substitutionkre
2017-06-16Fix a really stupid typo/thinko that was preventing many of thekre
2017-06-09Add two new sub-tests to the c_line_wrapping test case.kre
2017-06-03Paranoia: add a new test case testing that $(( )) results get splitkre
2017-06-03Complete the special request by quoting chapter & verse from POSIXkre
2017-06-03By special request, add a check that ${011} is ${11} not ${9} (etc) andkre
2017-06-03Add some extra sub-tests checking splitting of ${#var} - just for mykre
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