summaryrefslogtreecommitdiff
path: root/Userland/Shell/Tests
AgeCommit message (Expand)Author
2022-09-14Everywhere: Fix a variety of typosBrian Gianforcaro
2021-12-13Shell: Remove sigpipe.sh.out artefact after failureMichel Hermier
2021-06-22Tests: Run each test in their respective directoriescoderdreams
2021-06-01Everywhere: codepoint => code pointAndreas Kling
2021-05-27Shell: Disable the valid test as it has a high failure rate on targetAndrew Kaster
2021-05-22Shell: Make sure all tests put their temp dirs in /tmpAndrew Kaster
2021-05-21Shell: Use /tmp for all file operations valid.sh testAndrew Kaster
2021-04-29Shell: Add some tests for heredocsAli Mohammad Pur
2021-04-19Shell/Tests: Replace 'type f -f' with 'type -f f'Ali Mohammad Pur
2021-04-13Shell: add `type` builtinjacob gw
2021-03-22Shell: Add tests for slicesAnotherTest
2021-03-07Shell: Add support for enumerating lists in for loopsAnotherTest
2021-03-07Shell: Add support for 'immediate' expressions as variable substitutionsAnotherTest
2021-02-28Userland: Install shell tests on SerenityAndrew Kaster
2021-01-19Shell: Make tests use PASS/FAIL instead of exit codesAnotherTest
2021-01-18Shell: Allow newlines between `else` and `if`'s closing braceAnotherTest
2021-01-12Shell: Move to Userland/Shell/Andreas Kling