aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2018-06-14More cut tests.Rob Landley
2018-06-12Add tests for file stdin behavior.Elliott Hughes
2018-05-07remove also "symlink" after file.testReverend Homer
2018-05-06Support fractional seconds (and other time units) in `top -d`.Elliott Hughes
2018-05-03Add uuidgen.Elliott Hughes
2018-04-08Add readlink -m to show where a missing path would be.Rob Landley
2018-04-08Ubuntu's ln -f dies if you do "ln -s link link; ln -sf / link". Toybox'sRob Landley
2018-03-26Rename demo_human_readable.c->demo_number.c and have it do atolx() too.Rob Landley
2018-03-12Add xxd -o.Elliott Hughes
2018-01-23Fix hang in losetup test.Elliott Hughes
2018-01-09Add the gzip/gunzip/zcat tests I wrote for toolbox gzip/gunzip/zcat.Elliott Hughes
2017-12-26Add xxd -i (and xxd -ri).Elliott Hughes
2017-12-26Fix xargs -0 with -n.Elliott Hughes
2017-12-24Add fmt.Elliott Hughes
2017-12-19killall should kill scripts too.Elliott Hughes
2017-10-31Only show LABEL= when there is one.Rob Landley
2017-10-22Insmod dummy for ifconfig tests, and "pointopoint" only has two t's.Rob Landley
2017-09-09Redo/add seq precision logic.Rob Landley
2017-09-06Tighten up wc -m tests (which no longer depend on $LANG).Rob Landley
2017-08-23Fix iconv build and add trivial test.Elliott Hughes
2017-08-04Don't unnecessarily use printf in wc.test when echo will do.Elliott Hughes
2017-07-25Test that our rm -rf can zap chmod 000 directories. (Skip test on hostRob Landley
2017-07-23Add basic env.testRob Landley
2017-07-07Posix says strings should only output hits that end with NUL or newline.Rob Landley
2017-07-07strings -t oxd testsIlya Kuzmich
2017-07-07Fix dd tests so TEST_HOST passes. (Ubuntu's dd doesn't support hex valuesRob Landley
2017-07-02strings tests and bugfixesIlya Kuzmich
2017-06-27teach head -cIlya Kuzmich
2017-05-28teach head -v and -qIlya Kuzmich
2017-05-19Add bzip2 support to tar.Elliott Hughes
2017-05-19Implement date %N, loosely inspired by Elliott Hughes's patch.Rob Landley
2017-05-11Switch to testcmd and add "-e all but \c" test.Rob Landley
2017-05-11Make fewer assumptions about the shell in echo.test.Elliott Hughes
2017-04-26Elliott wants to run the toybox tests on android host and there's an sh butRob Landley
2017-04-25Forgot to check in one of the files for bzcat.testRob Landley
2017-04-17Use $(( rather than $[ for arithmetic in expand.test.Elliott Hughes
2017-04-17Make ls.test work without awk.Elliott Hughes
2017-04-15Speed up tail.test for shells without builtin printf.Elliott Hughes
2017-04-11Fix "make test_split".Elliott Hughes
2017-04-11Fix touch -a/-m (and add the missing tests).Elliott Hughes
2017-04-10Add "uudecode -o -" support.Elliott Hughes
2017-04-07Make renice.test work without awk.Elliott Hughes
2017-04-07Remove mount.test awk dependency.Elliott Hughes
2017-04-07Make pgrep tests runnable on toybox-only systems.Elliott Hughes
2017-04-07Make pkill tests runnable on a toybox-only system.Elliott Hughes
2017-04-07Make bzcat tests runnable on a toybox-only system.Elliott Hughes
2017-04-04Add "testcmd" function as an alternative to "testing" for tests/*.test, andRob Landley
2017-04-03Fix ls -a and ls -A tests.Elliott Hughes
2017-03-28New date range tests are simple, won't catch Feb 29 in non-leap-yearRob Landley
2017-03-22Implement uptime -s.Elliott Hughes