index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Shell
/
Tests
Age
Commit message (
Expand
)
Author
2022-09-14
Everywhere: Fix a variety of typos
Brian Gianforcaro
2021-12-13
Shell: Remove sigpipe.sh.out artefact after failure
Michel Hermier
2021-06-22
Tests: Run each test in their respective directories
coderdreams
2021-06-01
Everywhere: codepoint => code point
Andreas Kling
2021-05-27
Shell: Disable the valid test as it has a high failure rate on target
Andrew Kaster
2021-05-22
Shell: Make sure all tests put their temp dirs in /tmp
Andrew Kaster
2021-05-21
Shell: Use /tmp for all file operations valid.sh test
Andrew Kaster
2021-04-29
Shell: Add some tests for heredocs
Ali Mohammad Pur
2021-04-19
Shell/Tests: Replace 'type f -f' with 'type -f f'
Ali Mohammad Pur
2021-04-13
Shell: add `type` builtin
jacob gw
2021-03-22
Shell: Add tests for slices
AnotherTest
2021-03-07
Shell: Add support for enumerating lists in for loops
AnotherTest
2021-03-07
Shell: Add support for 'immediate' expressions as variable substitutions
AnotherTest
2021-02-28
Userland: Install shell tests on Serenity
Andrew Kaster
2021-01-19
Shell: Make tests use PASS/FAIL instead of exit codes
AnotherTest
2021-01-18
Shell: Allow newlines between `else` and `if`'s closing brace
AnotherTest
2021-01-12
Shell: Move to Userland/Shell/
Andreas Kling