summaryrefslogtreecommitdiff
path: root/tests/split
AgeCommit message (Expand)Author
2017-01-01maint: update all copyright year number rangesPádraig Brady
2016-11-24split: fix memory corruption during chunk extractionPádraig Brady
2016-03-06tests: avoid false-failure of split/filter.sh on XFSJim Meyering
2016-02-15split: adjust recent --number changesPádraig Brady
2016-02-12split: fix problems with /dev/zeroPaul Eggert
2016-01-01maint: update all copyright year number rangesPádraig Brady
2015-11-04all: avoid quoting file names when possiblePádraig Brady
2015-09-22maint: use adaptive approach for `ulimit -v` based testsBernhard Voelker
2015-05-13split: auto set suffix len for --numeric-suffixes=<N --number=NPádraig Brady
2015-01-20tests: use returns_ function for new split testBernhard Voelker
2015-01-19split: new -t option to select record separatorAssaf Gordon
2015-01-14tests: add extra protection against unexpected exitsPádraig Brady
2015-01-01maint: update all copyright year number rangesPádraig Brady
2014-12-25tests: fix error message check on some systemsPádraig Brady
2014-12-19diagnose too-large numbers betterPádraig Brady
2014-10-07tests: split/b-chunk.sh: avoid spurious fail on non-LinuxJim Meyering
2014-10-08maint: avoid syntax-check failures in previous patchPádraig Brady
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert
2014-07-14tests: avoid hang when files created with wrong permissionsPádraig Brady
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady
2014-01-02maint: update all copyright year number rangesBernhard Voelker
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady
2013-01-01maint: update all copyright year number rangesJim Meyering
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini
2012-08-19tests: avoid split/filter test failure on very low-mem systemJim Meyering
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella
2012-02-20split: add the --additional-suffix optionJérémy Compostella
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella
2012-01-27maint: use single copyright year rangeJim Meyering
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering
2012-01-09tests: more automated quote adjustmentJim Meyering
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering
2011-09-01tests: split/l-chunk: avoid a portability issuePádraig Brady
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering
2011-05-28tests: move tests/misc/split-* into tests/split/...Jim Meyering
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady
2011-05-26split: return success even if a --filter exitsPádraig Brady
2011-05-13tests: use skip_test_, not skip_Jim Meyering
2011-05-07tests: don't fail the split --filter=CMD test if xz is not availableJim Meyering
2011-05-06tests: test split's new --filter=CMD optionJim Meyering