summaryrefslogtreecommitdiffstats
path: root/tests/split
AgeCommit message (Expand)AuthorLines
2014-10-07wc: don't miscount /sys and similar file systemsPaul Eggert-15/+24
2014-07-14tests: avoid hang when files created with wrong permissionsPádraig Brady-1/+1
2014-05-07tests: improve diagnostics when asserting empty filesPádraig Brady-1/+1
2014-03-05tests: avoid the :> construct which can hide errorsPádraig Brady-6/+6
2014-01-02maint: update all copyright year number rangesBernhard Voelker-12/+12
2013-05-27tests: avoid spurious failure when SIZE_MAX is 2^32-1Jim Meyering-1/+1
2013-05-23split: with --line-bytes only allocate memory as neededPádraig Brady-0/+86
2013-04-25tests: fix usage of require_ulimit_Pádraig Brady-2/+0
2013-01-01maint: update all copyright year number rangesJim Meyering-11/+11
2012-09-05build: don't use recursive make for tests/ subdirectoryStefano Lattarini-11/+11
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini-0/+0
2012-08-19tests: avoid split/filter test failure on very low-mem systemJim Meyering-1/+1
2012-06-22split: ensure output doesn't overwrite inputPádraig Brady-0/+33
2012-03-10split: support an arbitrary number of split files by defaultJérémy Compostella-0/+42
2012-02-20split: add the --additional-suffix optionJérémy Compostella-0/+44
2012-02-18split: support optional start value for --numeric-suffixesJérémy Compostella-0/+65
2012-01-27maint: use single copyright year rangeJim Meyering-1/+1
2012-01-09maint: adjust quoting: emit '...', not `...' in diagnosticsJim Meyering-1/+1
2012-01-09tests: more automated quote adjustmentJim Meyering-1/+1
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering-1/+1
2012-01-05split: avoid failure due to leftover 'errno' valueBruno Haible-0/+3
2012-01-01maint: update all copyright year number rangesJim Meyering-7/+7
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering-26/+26
2011-09-01tests: split/l-chunk: avoid a portability issuePádraig Brady-1/+1
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini-10/+10
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering-1/+1
2011-05-28tests: move tests/misc/split-* into tests/split/...Jim Meyering-0/+453
2011-05-26split: diagnose when --filter is used with a chunk numberPádraig Brady-0/+3
2011-05-26split: exit when we can no longer write to a --filterPádraig Brady-0/+4
2011-05-26split: return success even if a --filter exitsPádraig Brady-0/+4
2011-05-13tests: use skip_test_, not skip_Jim Meyering-1/+1
2011-05-07tests: don't fail the split --filter=CMD test if xz is not availableJim Meyering-0/+1
2011-05-06tests: test split's new --filter=CMD optionJim Meyering-0/+45