summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2013-11-07cp: fix --link regarding the dereferencing of symbolic linksGian Piero Carrubba-3/+114
2013-11-01maint: simplify printing of md5sum file namesPádraig Brady-2/+6
2013-10-06mktemp: with --quiet, only suppress I/O errorsPádraig Brady-6/+2
2013-09-26rm: with -I, prompt before deleting a write protected fileSergio Durigan Junior-0/+26
2013-09-22maint: move all id(1) tests to the same directoryPádraig Brady-5/+5
2013-09-22tests: parameterize the "root" usernamePádraig Brady-2/+3
2013-09-22id: support specifying the user by user IDPádraig Brady-4/+18
2013-09-22tests: avoid a failure when there isn't a name for all user IDsPádraig Brady-2/+4
2013-09-21id: add -z, --zero optionBernhard Voelker-0/+63
2013-08-02maint: update copyright year number ranges of numfmt sourcesBernhard Voelker-1/+1
2013-07-29tests: fix another test failure in test/du/inodes.shBernhard Voelker-2/+5
2013-07-28maint: cleanup compare calls in test/du/inodes.shBernhard Voelker-33/+33
2013-07-28tests: fix intermittent failure in test/du/inodes.shPádraig Brady-20/+24
2013-07-27du: add --inodes optionBernhard Voelker-0/+134
2013-07-25mv: replace empty directories in cross file system moveKen Booth-4/+30
2013-07-22maint: make some shell and perl scripts executable in 'tests/'Bernhard Voelker-0/+0
2013-07-19rm: output number of arguments at the interactive promptRasmus Villemoes-8/+8
2013-07-19dd: make status=none suppress all diagnosticsPádraig Brady-2/+4
2013-07-11shuf: add --repetition to support repetition in outputAssaf Gordon-0/+62
2013-07-11tests: add more tests for shuf option combinationsAssaf Gordon-0/+29
2013-07-09df: fix mount list processing with unstatable mount dirsPádraig Brady-13/+19
2013-07-05tests: fix "shuf unreadable" test to work when run as rootPádraig Brady-2/+4
2013-06-22stdbuf: make it mandatory to specify a buffering optionPádraig Brady-0/+2
2013-06-03tests: avoid a race in tail --retry testingPádraig Brady-6/+8
2013-06-02od: -wN, N>64K, avoid misbehavior on systems with 32-bit size_tJim Meyering-0/+7
2013-06-01tests: head-c: avoid spurious failure with a 32-bit size_tJim Meyering-1/+2
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering-1/+1
2013-05-26tests: fix an ls test not to fail when user or group name contains SPJim Meyering-7/+7
2013-05-27tests: numfmt: use the printf program, not the shell builtinStefano Lattarini-1/+1
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady-0/+87
2013-05-18tests: don't assume expr was built with GMPPaul Eggert-1/+22
2013-05-11mkdir: don't assume umask equals POSIX default ACL maskPaul Eggert-0/+36
2013-05-08cut: improve performance, especially with --output-delimiterCojocaru Alexandru-9/+12
2013-05-07cut: fix handling of overlapping rangesCojocaru Alexandru-1/+7
2013-04-29cut: reduce CPU overhead in determining item to outputCojocaru Alexandru-1/+1
2013-04-29cut: make memory allocation independent of range widthCojocaru Alexandru-1/+7
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady-9/+7
2013-04-20tail: exit following by descriptor when no tailable file leftBernhard Voelker-0/+18
2013-04-20tail: let -f --retry wait for inaccessible filesBernhard Voelker-0/+95
2013-04-14tests: avoid false failures with non default groupsPádraig Brady-1/+27
2013-04-14head: with --bytes=-N only allocate memory as neededPádraig Brady-2/+7
2013-04-14dd: avoid buffer allocations unless neededOndrej Oprala-0/+54
2013-04-10csplit: add the --suppress-matched optionAssaf Gordon-0/+214
2013-04-04tests: avoid shared lib tests on unsupported platformsPádraig Brady-4/+8
2013-04-04tail: exit without reading input if would never outputPádraig Brady-0/+5
2013-04-04shuf: exit without reading if would never outputPádraig Brady-0/+6
2013-04-04doc: add details on ln --relative symlink resolutionPádraig Brady-0/+11
2013-04-04ln: --relative: fix updating of existing symlinksRémy Lefevre-0/+5
2013-03-25shuf: use reservoir-sampling for large or unknown sized inputsAssaf Gordon-0/+70
2013-02-28tests: don't skip all uniq tests when locale is missingAssaf Gordon-15/+25