aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/test.c
AgeCommit message (Expand)Author
2021-02-07Add lots of "static" annotations, make a couple things use FLAG() macros, etc.Rob Landley
2021-02-01The new TEST_GLUE config symbol for [ ] can't have TOYBOX prefixRob Landley
2021-01-31Yank TODO note-to-self accidentally checked in, and fix "make test" standalone.Rob Landley
2021-01-31Elliott wants the test->[ symlink back. Enable when either sh or test enabled.Rob Landley
2020-11-25Luke Frankart pointed out a typo (0x111 should be 0111). Fix and updateRob Landley
2020-04-07Use optc to detect end of arguments, because [ removes ] but doesn't zero it.Rob Landley
2019-08-04Add TOYFLAG_MAYFORK and annotate a couple commands.Rob Landley
2018-12-02Fresh implementation of test.c.Rob Landley