Age | Commit message (Expand) | Author |
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 |
2019-10-24 | Fix the xargs argument too long problem by putting the proper accounting | Rob Landley |
2019-10-21 | xargs: add test for -E being a full match. | Elliott Hughes |
2019-10-16 | Simple ps smoketest. | Rob Landley |
2019-10-12 | Make cmp.test pass with TEST_HOST on systems that gratuitously violate posix. | Rob Landley |
2019-10-12 | Fix argless find segfault. | Denys Nykula |
2019-10-11 | Fix same spurious test failures that were affecting killall, | Rob Landley |
2019-10-09 | xargs: various fixes. | Elliott Hughes |
2019-10-04 | readlink: add missing line, plus a test. | Elliott Hughes |
2019-10-02 | tar.test: work around SELinux messing with st_blocks. | Elliott Hughes |
2019-09-30 | Test ln -t | Rob Landley |
2019-09-25 | Add ln -T | Rob Landley |
2019-09-22 | Avoid spurious test failures when fork() coincides with signal being sent, | Rob Landley |
2019-09-17 | Allow --tmpdir's argument to be optional. | Rob Landley |
2019-09-17 | tar.test: add a test for a sparse file with a hole at the end. | Elliott Hughes |
2019-09-15 | Move mktemp.test comments into test descriptions. | Rob Landley |
2019-09-15 | Elliott's test for sparse file size display. | Rob Landley |
2019-09-13 | timeout: fix exit status for sneaky subprocesses. | Elliott Hughes |
2019-09-09 | ls: fix spacing of -lZ and --full-time. | Elliott Hughes |
2019-09-04 | find: support -printf \0 octal escapes and \c. | Elliott Hughes |
2019-09-04 | ls: fix -Z, add a test. | Elliott Hughes |