summaryrefslogtreecommitdiff
path: root/tests/local.mk
AgeCommit message (Expand)Author
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-12-02du: handle sub-bind-mount cycles gracefullyBoris Ranto
2014-11-22tests: add a case verifying mv on case insensitive file systemsPádraig Brady
2014-11-21mv: fail when moving a file to a hardlinkBoris Ranto
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-09-30dd: use more robust SIGUSR1 handlingPádraig Brady
2014-09-19cp: issue correct warning and ignore duplicate source dirsPádraig Brady
2014-09-11cat: allow copying empty files to themselvesPaul Eggert
2014-07-13build: support building all tools in a single binaryAlex Deymo
2014-06-25df: report correct device in presence of eclipsed mountsPádraig Brady
2014-05-10shred: don't infloop upon negative sizeJim Meyering
2014-05-06dd: fix conv=ascii, conv=ebcdic, conv=ibm to match POSIXPaul Eggert
2014-05-05tests: initial SMACK testsJarkko Sakkinen
2014-04-17ls: don't output colors with unknown TERM env variableGuilherme de Almeida Suckevicz
2014-02-09head,tail: consistently diagnose write errorsPádraig Brady
2014-02-09od: add an --endian option to control byte swappingNiels Möller
2014-01-13copy: fix a segfault in SELinux context copying codeNicolas Iooss
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-12-04df: dereference symlinks to disk device nodesPádraig Brady
2013-11-29tests: add a test for rm -r "/"Bernhard Voelker
2013-11-27selinux: adjust utils to run restorecon with -ZPádraig Brady
2013-11-27tail: improve inotify handling of symlinksPádraig Brady
2013-11-27tests: ensure factor tests can be regeneratedPádraig Brady
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba
2013-09-22maint: move all id(1) tests to the same directoryPádraig Brady
2013-09-22id: support specifying the user by user IDPádraig Brady
2013-09-21id: add -z, --zero optionBernhard Voelker
2013-07-27du: add --inodes optionBernhard Voelker
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon
2013-02-28doc: move some info from all --help messages, onlinePádraig Brady
2013-02-11maint: avoid running check-root tests in gnulibBernhard Voelker
2013-02-04numfmt: a new command to format numbersAssaf Gordon
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel
2013-01-21du: add -t SIZE, --threshold=SIZE optionJakob Truelsen
2013-01-20tests: remove test case du/slinkBernhard Voelker
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-12-17readlink: support multiple command line argumentsPádraig Brady
2012-12-09tests: add test case and note that last week's cut change is a bug fixJim Meyering
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala
2012-11-08df: add a test for the --output optionBernhard Voelker
2012-10-27tests: shorten factor's inordinately-long test file namesBernhard Voelker
2012-10-25maint: refactor tests/misc/pr.pl into tests/pr/pr-tests.plPádraig Brady
2012-10-17cp: avoid data-corrupting free-memory-readJim Meyering