aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2019-11-12Don't rm prompt for nonexistent, just warn.Denys Nykula
2019-11-05find.test: add missing tests for "accidentally" fixed bug.Elliott Hughes
2019-11-05id: fix Android issues.Elliott Hughes
2019-11-05id.c: fix -nG.Elliott Hughes
2019-11-05Switch -w tests to check boundary conditions, fix code to pass tests,Rob Landley
2019-11-04id: various fixes.Elliott Hughes
2019-11-03id: support numeric lookup.Elliott Hughes
2019-10-31ls: Add tests for `-C` and `-x` optionsAndrew Ilijic
2019-10-28Some basic stat tests.Rob Landley
2019-10-28Only create test file "input" when input argument isn't empty.Rob Landley
2019-10-28ls: Add `-w` which sets the column widthAndrew Ilijic
2019-10-26cut: re-enable crunch_str on cut -CJarno Mäkipää
2019-10-26Add ln -r and relative_path() to lib, plus test.Rob Landley
2019-10-24Fix the xargs argument too long problem by putting the proper accountingRob Landley
2019-10-21xargs: add test for -E being a full match.Elliott Hughes
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