aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-08-21Add some 2>/dev/null to tests that produce gratuitous stderr output.Rob Landley
2019-08-19Fix bad test.Rob Landley
2019-08-19echo/printf: expand test cases, fix \x corner cases.Elliott Hughes
2019-08-15find.test: allow any error message about symlink loops.Elliott Hughes
2019-08-12find.test: fix flakiness.Elliott Hughes
2019-08-12blkid: add -s, SEC_TYPE, f2fs LABEL, and fix vfat/ntfs UUID.Elliott Hughes
2019-08-09blkid.test: match TEST_HOST expectations.Elliott Hughes
2019-08-09find: fix dangling symlink behavior.Elliott Hughes
2019-08-05du: disable the tests if we have SELinux.Elliott Hughes
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