summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-02-14tests: avoid non portable sed use of \tPádraig Brady1-2/+2
2013-02-11maint: avoid running check-root tests in gnulibBernhard Voelker1-1/+1
2013-02-10maint: consolidate developer debug messagesPádraig Brady1-11/+11
2013-02-10tests: tail-2/inotify-rotate: fix a false failure on NFSPádraig Brady1-1/+3
2013-02-10tests: skip numfmt grouping tests on some systemsPádraig Brady1-1/+15
2013-02-07tests: avoid actual/expected mismatch due to changed diagnosticJim Meyering2-2/+2
2013-02-05stty: add support for DTR/DSR hardware control flowOndřej Vašík1-1/+1
2013-02-04numfmt: a new command to format numbersAssaf Gordon2-0/+937
2013-02-04cut: fix a segfault with disjoint open ended rangesPádraig Brady1-0/+3
2013-01-28df: do not treat rootfs speciallyBernhard Voelker1-5/+7
2013-01-27df: prefer fullpath entries when deduplicatingOndrej Oprala1-5/+15
2013-01-26timeout: ensure a blocked SIGALRM from the parent is unblockedStephan Krempel2-0/+49
2013-01-26seq: fix to always honor the step valuePádraig Brady1-0/+11
2013-01-26seq: fix misaligment with -w when no precision for start valuePádraig Brady1-0/+4
2013-01-26cut: fix -f to work with the -d$'\n' edge casePádraig Brady1-0/+10
2013-01-26cut: with -f, process each line independentlyPádraig Brady1-0/+15
2013-01-21du: add -t SIZE, --threshold=SIZE optionJakob Truelsen2-0/+361
2013-01-20tests: remove test case du/slinkBernhard Voelker2-47/+0
2013-01-01maint: update all copyright year number rangesJim Meyering508-508/+508
2012-12-21seq: fix newline output when -s specifiedPádraig Brady1-0/+5
2012-12-20tests: add tests for basename's --zero optionBernhard Voelker1-1/+10
2012-12-19tests: avoid a race in timeout-group.shPádraig Brady1-1/+5
2012-12-17readlink: support multiple command line argumentsPádraig Brady2-0/+47
2012-12-14maint: fix typos found by misspellingsBernhard Voelker1-1/+1
2012-12-09tests: add test case and note that last week's cut change is a bug fixJim Meyering2-0/+31
2012-12-08cp: fix --no-preserve=mode to not exit 1Bernhard Voelker3-10/+10
2012-12-07df: do not print duplicate entries and rootfs by defaultOndrej Oprala3-0/+125
2012-12-06maint: fix a referenced coreutils version in a test commentPádraig Brady1-1/+1
2012-12-06tests: fix regex to match "-" in ipcent field in df/total-verify.shBernhard Voelker1-1/+1
2012-12-06tests: cut.pl: adjust for changed diagnosticPádraig Brady1-13/+1
2012-12-06cut: improve error reportingCojocaru Alexandru1-0/+7
2012-11-24cut: do not print extraneous delimiters in some unusual casesJim Meyering1-0/+9
2012-11-24cut: treat -b2-,3- like -b2-, not like -b3-Jim Meyering1-0/+3
2012-11-24tests: use sub-second timeouts to speed up a timeout testPádraig Brady1-4/+4
2012-11-24tests: accept EEXIST from rm -dPádraig Brady1-1/+5
2012-11-24tests: don't rely on sed -i being availablePádraig Brady1-20/+14
2012-11-24seq: ensure correct output width for scientific notation inputPádraig Brady1-0/+7
2012-11-22df: reorder default field list of --output optionBernhard Voelker1-3/+3
2012-11-19cut: do not accept the invalid range 0-Bernhard Voelker1-0/+5
2012-11-09tests: fix factor's tests to use coreutil's own sha1sumBernhard Voelker1-2/+2
2012-11-09df: port the new df test to POSIX sed, larger file systemsPaul Eggert1-5/+22
2012-11-08df: add a test for the --output optionBernhard Voelker2-0/+120
2012-11-08df: add --output to select which fields to displayBernhard Voelker1-3/+3
2012-11-04timeout: add --preserve-status to always propagate the exit statusÁngel González1-0/+5
2012-10-27tests: shorten factor's inordinately-long test file namesBernhard Voelker3-65/+110
2012-10-25maint: remove an obsolete test commentJim Meyering1-7/+1
2012-10-25pr: fix -n to pad consistently and not crashPádraig Brady1-0/+7
2012-10-25maint: refactor tests/misc/pr.pl into tests/pr/pr-tests.plPádraig Brady3-44/+8
2012-10-23tests: correctly restrict factor test without GMPPádraig Brady1-1/+1
2012-10-17cp: avoid data-corrupting free-memory-readJim Meyering2-0/+32