Age | Commit message (Expand) | Author |
2018-12-01 | Stop testing the shell builtin, test the actual command. | Rob Landley |
2018-11-28 | mktemp: add -t and fix behavior. | Elliott Hughes |
2018-11-20 | Chmod +x tests that pass with VERBOSE=fail and -x on tests needing work. | Rob Landley |
2018-11-20 | Fix up some tests for running as a normal user. | Rob Landley |
2018-11-17 | dirname: support multiple arguments. | Elliott Hughes |
2018-11-17 | Cosmetic leanup (hide stderr prompts). | Rob Landley |
2018-11-17 | Update bc for 1.1 release | Gavin Howard |
2018-11-13 | basename: -s SUFFIX. | Elliott Hughes |
2018-10-06 | date.test: add some tests. | Elliott Hughes |
2018-08-29 | added fold test for discussion | maqsood3525@live.com |
2018-08-28 | Add a test case raised on the list. | Rob Landley |
2018-08-08 | Add bc (and its tests) to pending | Gavin Howard |
2018-08-04 | wc: fix the column width heuristics even further. | Elliott Hughes |
2018-08-04 | Add tests for grep with implicit/explicit BREs and explicit EREs. | Elliott Hughes |
2018-08-04 | file: slightly improve .class, add .dex. | Elliott Hughes |
2018-07-09 | Fix wc column widths. | Elliott Hughes |
2018-07-04 | diff: add timestamps to the ---/+++ lines and --color. | Elliott Hughes |
2018-06-23 | Add a couple more fmt tests. | Rob Landley |
2018-06-14 | More cut tests. | Rob Landley |
2018-06-12 | Add tests for file stdin behavior. | Elliott Hughes |
2018-05-07 | remove also "symlink" after file.test | Reverend Homer |
2018-05-06 | Support fractional seconds (and other time units) in `top -d`. | Elliott Hughes |
2018-05-03 | Add uuidgen. | Elliott Hughes |
2018-04-08 | Add readlink -m to show where a missing path would be. | Rob Landley |
2018-04-08 | Ubuntu's ln -f dies if you do "ln -s link link; ln -sf / link". Toybox's | Rob Landley |
2018-03-26 | Rename demo_human_readable.c->demo_number.c and have it do atolx() too. | Rob Landley |
2018-03-12 | Add xxd -o. | Elliott Hughes |
2018-01-23 | Fix hang in losetup test. | Elliott Hughes |
2018-01-09 | Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat. | Elliott Hughes |
2017-12-26 | Add xxd -i (and xxd -ri). | Elliott Hughes |
2017-12-26 | Fix xargs -0 with -n. | Elliott Hughes |
2017-12-24 | Add fmt. | Elliott Hughes |
2017-12-19 | killall should kill scripts too. | Elliott Hughes |
2017-10-31 | Only show LABEL= when there is one. | Rob Landley |
2017-10-22 | Insmod dummy for ifconfig tests, and "pointopoint" only has two t's. | Rob Landley |
2017-09-09 | Redo/add seq precision logic. | Rob Landley |
2017-09-06 | Tighten up wc -m tests (which no longer depend on $LANG). | Rob Landley |
2017-08-23 | Fix iconv build and add trivial test. | Elliott Hughes |
2017-08-04 | Don't unnecessarily use printf in wc.test when echo will do. | Elliott Hughes |
2017-07-25 | Test that our rm -rf can zap chmod 000 directories. (Skip test on host | Rob Landley |
2017-07-23 | Add basic env.test | Rob Landley |
2017-07-07 | Posix says strings should only output hits that end with NUL or newline. | Rob Landley |
2017-07-07 | strings -t oxd tests | Ilya Kuzmich |
2017-07-07 | Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex values | Rob Landley |
2017-07-02 | strings tests and bugfixes | Ilya Kuzmich |
2017-06-27 | teach head -c | Ilya Kuzmich |
2017-05-28 | teach head -v and -q | Ilya Kuzmich |
2017-05-19 | Add bzip2 support to tar. | Elliott Hughes |
2017-05-19 | Implement date %N, loosely inspired by Elliott Hughes's patch. | Rob Landley |
2017-05-11 | Switch to testcmd and add "-e all but \c" test. | Rob Landley |