summaryrefslogtreecommitdiff
path: root/Shell/Tests
AgeCommit message (Expand)Author
2020-11-01Shell: Do not leak the value of ARGV in nested function callsAnotherTest
2020-10-29Shell: Allow parts of globs to be named in match expressionsAnotherTest
2020-10-29Shell: Add some basic tests for backgroundingAnotherTest
2020-10-25Shell: Add some tests for brace expansionsAnotherTest
2020-09-26Shell: Fix a FIXME in the a test about using functionsAnotherTest
2020-09-15Shell: Add some tests for 'match'AnotherTest
2020-09-14Shell: Add some tests for functionsAnotherTest
2020-09-14Shell: Use a subshell instead of explicitly calling a shell binary in a testAnotherTest
2020-09-09Shell: Add some tests for subshellsAnotherTest
2020-09-09Shell: Add a test for control structures as commandsAnotherTest
2020-09-09Shell: Fix job control and backgroundingAnotherTest
2020-08-22Shell: Add tests for 'if'AnotherTest
2020-08-15Shell: Add some tests for builtin redirectionAnotherTest
2020-08-13Shell: Add test for 37d5e3e0df6 / #3073Nico Weber
2020-08-04Shell: Add support for ARGV (and $*, $#)AnotherTest
2020-07-30Shell: Tweak tests to use 'echo -n' when newlines are significantAnotherTest
2020-07-30Shell: Add tests for '&&' and '||' parsing and evaluationAnotherTest
2020-07-16Shell: Add a test for loopsAnotherTest
2020-07-05Shell: Add some testsAnotherTest