Age | Commit message (Expand) | Author |
2019-04-26 | file: add test ELF binaries. | Elliott Hughes |
2019-04-22 | More TEST_HOST -> toyonly | Rob Landley |
2019-04-22 | Switch some SKIP_HOST tests to toyonly. (The host could be toybox.) | Rob Landley |
2019-04-20 | Implement man. | makepost@firemail.cc |
2019-04-20 | New xsetenv() plumbing (repeatedly set same environment variables without | Rob Landley |
2019-04-04 | Add decompressed version. | Rob Landley |
2019-04-03 | More tar tests, and fix tar to pass them. | Rob Landley |
2019-04-02 | More tar cleanup, more tests. | Rob Landley |
2019-04-02 | Fix a test that wasn't deterministic. | Rob Landley |
2019-04-02 | Don't check in todo notes. | Rob Landley |
2019-04-02 | More tar cleanup and tests. | Rob Landley |
2019-04-01 | More tar cleanup. | Rob Landley |
2019-03-31 | More tar cleanup, some tests. | Rob Landley |
2019-03-28 | bc: add a trivial regression test for input from stdin. | Elliott Hughes |
2019-03-26 | Make touch use xparsedate() (result: -t and -d the same, autodetects format), | Rob Landley |
2019-03-25 | Add rm -v. | makepost@firemail.cc |
2019-03-25 | find: fix inverted -exec exit status | Vidar Holen |
2019-03-22 | More tar cleanup, add --owner and --group, and start of new tests. | Rob Landley |
2019-03-18 | cmp/env/nice/nohup/sort: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-18 | diff: use TOYFLAG_ARGFAIL. | Elliott Hughes |
2019-03-14 | I had some pending grep tests I hadn't checked in too. | Rob Landley |
2019-03-14 | grep: use TOYFLAG_ARGFAIL for grep too. | Elliott Hughes |
2019-03-14 | date: don't hard-code 2019 in the test. | Elliott Hughes |
2019-03-13 | date: fix various time zone/daylight time issues. | Elliott Hughes |
2019-03-11 | I've hit a test failure twice where find -newer didn't because the timestamps | Rob Landley |
2019-03-10 | timeout: --foreground, --preserve-status, and --signal. | Elliott Hughes |
2019-02-21 | getfattr: add --only-values. | Elliott Hughes |
2019-02-13 | find: fix -path/-ipath and add -wholename/-iwholename synonyms. | Elliott Hughes |
2019-02-13 | date: more test cleanup. | Elliott Hughes |
2019-02-13 | sed: fix endless loop in "b loop" test. | Elliott Hughes |
2019-02-12 | sed: fix substitution of empty capturing groups. | Elliott Hughes |
2019-02-11 | date: some fixes. | Elliott Hughes |
2019-02-04 | sort -o: fix behavior when output file is one of the input files. | Elliott Hughes |
2019-02-04 | unzip tests. | Elliott Hughes |
2019-01-18 | xargs: make --help match reality. | Elliott Hughes |
2019-01-12 | Fix cp permissions when copying symlink contents, and add test. | Rob Landley |
2019-01-12 | sed: add -z. | Elliott Hughes |
2019-01-11 | Fix b ending with } | Rob Landley |
2019-01-11 | sed: add test for AOSP build breakage. | Elliott Hughes |
2019-01-07 | Use `return` rather than `continue` to make bash 4.4 happy. | Elliott Hughes |
2018-12-19 | First stab at sort -V | Rob Landley |
2018-12-19 | Fix sort -x attached to a key. | Rob Landley |
2018-12-19 | md5sum/sha1sum: add --status and --check, fix --check with multiple files. | Elliott Hughes |
2018-12-18 | Add grep tests to "make tests". | Rob Landley |
2018-12-17 | A couple more grep tests, and slightly use dlist_terminate() for the loops. | Rob Landley |
2018-12-06 | mktemp: just the missing tests. | Elliott Hughes |
2018-12-04 | mktemp: more tests, more fixes. | Elliott Hughes |
2018-12-04 | Also remove SORT_BIG from sort.test. | Rob Landley |
2018-12-02 | Teach testcmd to say short name rather than full path. | Rob Landley |
2018-12-02 | Merge runtest.sh into test.sh. | Rob Landley |