aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-10-16Simple ps smoketest.Rob Landley
2019-10-12Make cmp.test pass with TEST_HOST on systems that gratuitously violate posix.Rob Landley
2019-10-12Fix argless find segfault.Denys Nykula
2019-10-11Fix same spurious test failures that were affecting killall,Rob Landley
2019-10-09xargs: various fixes.Elliott Hughes
2019-10-04readlink: add missing line, plus a test.Elliott Hughes
2019-10-02tar.test: work around SELinux messing with st_blocks.Elliott Hughes
2019-09-30Test ln -tRob Landley
2019-09-25Add ln -TRob Landley
2019-09-22Avoid spurious test failures when fork() coincides with signal being sent,Rob Landley
2019-09-17Allow --tmpdir's argument to be optional.Rob Landley
2019-09-17tar.test: add a test for a sparse file with a hole at the end.Elliott Hughes
2019-09-15Move mktemp.test comments into test descriptions.Rob Landley
2019-09-15Elliott's test for sparse file size display.Rob Landley
2019-09-13timeout: fix exit status for sneaky subprocesses.Elliott Hughes
2019-09-09ls: fix spacing of -lZ and --full-time.Elliott Hughes
2019-09-04find: support -printf \0 octal escapes and \c.Elliott Hughes
2019-09-04ls: fix -Z, add a test.Elliott Hughes
2019-08-30blkid.test: allow e2fsprogs' blkid too.Elliott Hughes
2019-08-30ls: fix recent regression.Elliott Hughes
2019-08-30find: fix -name corner case.Elliott Hughes
2019-08-28Fix find(1) after c26870dab346.Elliott Hughes
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