Age | Commit message (Expand) | Author |
2020-02-04 | More (subshell) work (not finished), fix {block;} | pipes. | Rob Landley |
2020-02-02 | vi: fix dw_last test, add more tests | Jarno Mäkipää |
2020-02-01 | Now that both sed instances are using -E, we don't need to call it twice. | Rob Landley |
2020-02-01 | chattr.test/lsattr.test: fix on more kernels/fses. | Elliott Hughes |
2020-02-01 | Collate sed calls and remove trailing spaces. | Rob Landley |
2020-01-31 | chattr.test: fix tests. | Elliott Hughes |
2020-01-31 | Call sed twice instead of five times. | Rob Landley |
2020-01-31 | lsattr.test: clean up and fix. | Elliott Hughes |
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-28 | lsattr: fix tests. | Elliott Hughes |
2020-01-25 | vi: Add tests | Jarno Mäkipää |
2020-01-24 | cp/mv: add -T. | Elliott Hughes |
2020-01-22 | ifconfig.test: don't check for specific error message. | Elliott Hughes |
2020-01-08 | Implement readelf(1). | Elliott Hughes |
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 |
2020-01-06 | date.test: defuse a time bomb. | Elliott Hughes |
2020-01-06 | SebiderSushi reported that chmod g+s wasn't working. | Rob Landley |
2020-01-06 | Cleanup chmod tests. | 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-12-22 | gzip: reject non-gzip files in zlib path. | Elliott Hughes |
2019-12-22 | Bugfix: tee with no arguments was writing to stdout twice. | Rob Landley |
2019-12-21 | Tighten up unquote_file() | Rob Landley |
2019-12-21 | Very basic patch smoketest | Rob Landley |
2019-12-06 | du.test: skip on Mac. | Elliott Hughes |
2019-12-06 | printf.test: work around bash 3.2 on the Mac. | Elliott Hughes |
2019-12-04 | ifconfig.test: deflake. | Elliott Hughes |
2019-11-23 | file.test: fix /dev/zero major/minor for Mac. | Elliott Hughes |
2019-11-23 | Fix iconv and tests on Mac. | Elliott Hughes |
2019-11-23 | id.test: fix tests on Mac. | Elliott Hughes |
2019-11-23 | Don't use an internal implementation detail of skipnot in a test file. | Rob Landley |
2019-11-23 | cat.test: fix tests for Mac. | Elliott Hughes |
2019-11-23 | Don't test for specific error message output, they vary by libc version. | Rob Landley |
2019-11-22 | Add getopt(1). | Elliott Hughes |
2019-11-22 | env.test: be sure to call toybox env. | Elliott Hughes |
2019-11-12 | Don't rm prompt for nonexistent, just warn. | Denys Nykula |
2019-11-05 | find.test: add missing tests for "accidentally" fixed bug. | Elliott Hughes |
2019-11-05 | id: fix Android issues. | Elliott Hughes |
2019-11-05 | id.c: fix -nG. | Elliott Hughes |
2019-11-05 | Switch -w tests to check boundary conditions, fix code to pass tests, | Rob Landley |
2019-11-04 | id: various fixes. | Elliott Hughes |
2019-11-03 | id: support numeric lookup. | Elliott Hughes |
2019-10-31 | ls: Add tests for `-C` and `-x` options | Andrew Ilijic |
2019-10-28 | Some basic stat tests. | Rob Landley |
2019-10-28 | Only create test file "input" when input argument isn't empty. | Rob Landley |
2019-10-28 | ls: Add `-w` which sets the column width | Andrew Ilijic |
2019-10-26 | cut: re-enable crunch_str on cut -C | Jarno Mäkipää |
2019-10-26 | Add ln -r and relative_path() to lib, plus test. | Rob Landley |