index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
sh.test
Age
Commit message (
Expand
)
Author
2020-03-13
More sh tests.
Rob Landley
2020-03-06
Yet more shell tests.
Rob Landley
2020-02-29
Fix a couple of shell tests.
Elliott Hughes
2020-02-29
More shell tests.
Rob Landley
2020-02-26
More sh tests.
Rob Landley
2020-02-25
Shell ! tests
Rob Landley
2020-02-17
More sh tests.
Rob Landley
2020-02-14
Tests for upcoming sh plumbing.
Rob Landley
2020-02-06
Basic parenthetical subshell support.
Rob Landley
2020-02-04
More (subshell) work (not finished), fix {block;} | pipes.
Rob Landley
2020-01-30
Couple more tests and sh comment changes. (Mostly todo list tracking.)
Rob Landley
2020-01-30
More sh tests.
Rob Landley
2020-01-08
Implement quote removal and fix unterminated bracket expansion.
Rob Landley
2020-01-07
Bracket support in progress. Mind the dprintf()s.
Rob Landley
2019-12-23
Toysh passes two tests now! Woo! (Otherwise, does not remotely work right now.)
Rob Landley
2019-12-23
Add "texpect" and add a couple simple examples to sh.test.
Rob Landley
2019-01-07
Use `return` rather than `continue` to make bash 4.4 happy.
Elliott Hughes
2017-04-26
Elliott wants to run the toybox tests on android host and there's an sh but
Rob Landley
2017-01-09
More pending shell tests.
Rob Landley
2016-04-20
Start of shell tests: $(()) and $'' expansion.
Rob Landley