aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-07-27losetup.test: bail out if loopback devices are already in use.Elliott Hughes
2019-07-27modinfo.test: bail out early if there are no modules.Elliott Hughes
2019-07-27ifconfig.test: actually skip tests if dummy0 up fails.Elliott Hughes
2019-07-26truncate.test: work around ext extended attributes space usage.Elliott Hughes
2019-07-26hostname: fix tests for non-root on Android.Elliott Hughes
2019-07-25killall: implement -w.Elliott Hughes
2019-07-25killall.test: fix flakiness.Elliott Hughes
2019-07-24tests: fix for empty /etc/passwd or /etc/group.Elliott Hughes
2019-07-22test.tar: fix tar tests on Android.Elliott Hughes
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