aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-07-16Fix unaligned access, tweak test suite.Rob Landley
2019-07-16grep: fix two bugs found by hwasan.Elliott Hughes
2019-07-12diff: implement --strip-trailing-cr.Elliott Hughes
2019-07-12pidof: fix default behavior, add -x.Elliott Hughes
2019-07-12grep: add -R as well as -r.Elliott Hughes
2019-07-11env.test: fix new test for toybox echo.Elliott Hughes
2019-07-10dd: iflags, oflags, fix ^C, fix the fundamental loop.Elliott Hughes
2019-07-09dd: fix seek= on stdout.Elliott Hughes
2019-07-06killall: better handling of long names.Elliott Hughes
2019-07-06ifconfig.test: disable the pointopoint tests.Elliott Hughes
2019-07-06Add comment and test.Rob Landley
2019-07-03nl: nl -vEric Molitor
2019-06-28modinfo: various small fixes.Elliott Hughes
2019-06-28split.test: don't rely on bash process substitution.Elliott Hughes
2019-06-28file, stat: various small improvements.Elliott Hughes
2019-06-27touch.test: add missing `TZ=utc`s.Elliott Hughes
2019-06-26losetup: fix Android.Elliott Hughes
2019-06-26Fix cp.test to pass even if you're root or have a restrictive umask.Elliott Hughes
2019-06-25killall.test: don't assume the shell is /bin/sh.Elliott Hughes
2019-06-25Make chgrp and chown tests work on Android.Elliott Hughes
2019-06-25blkid: adapt tests for util-linux blkid.Elliott Hughes
2019-06-25losetup: minor fixes.Elliott Hughes
2019-06-25tar: implement --mode.Elliott Hughes
2019-06-22Don't test shell builtin for kill.Rob Landley
2019-06-22Fix mv with trailing slash in source.Denys Nykula
2019-06-21bc: remove a power test that is now an errorGavin Howard
2019-06-21Fix cp -r dir/. symlink child.makepost
2019-06-11find: add -true/-false.Elliott Hughes
2019-06-10kill: add trivial -l tests.Elliott Hughes
2019-06-10Add failing test for cp -r dir/. symlink child.makepost
2019-06-03Clean up remaining TAIL_SEEK references.Elliott Hughes
2019-05-29Teach find -printf about %.Ns patterns, tweak help text, add tests.Rob Landley
2019-05-28Workaround for mkshRob Landley
2019-05-26Teach sed about +N range ending.Rob Landley
2019-05-25grep: add --exclude-dir.Elliott Hughes
2019-05-19Fix tar sparse extract with extension blocks.Rob Landley
2019-05-19More tar tests.Rob Landley
2019-05-17Fix a missing else, and an inverted test hidden by the missing else.Rob Landley
2019-05-16Add human_readable_long() for more than 3 digits of output.Rob Landley
2019-05-12Disable lsattr from "make tests" because behavior differs with filesystem.Rob Landley
2019-05-10Walk -M /dir:/dir0:/dirN in man.makepost
2019-05-06Greatly simplify and speed up regexec0() using REG_STARTEND.Rob Landley
2019-05-03env: fix case where a variable is replaced.Elliott Hughes
2019-04-30Make echo -E switch off -e.Rob Landley
2019-04-30echo: add -E.Elliott Hughes
2019-04-29Search name and first line with man -k regex.makepost
2019-04-26Add -M and switch test suite to use it (so test doesn't need to run as root).Rob Landley
2019-04-26more: better behavior with directories.Elliott Hughes
2019-04-26file: improve test coverage.Elliott Hughes
2019-04-26file: add test ELF binaries.Elliott Hughes