summaryrefslogtreecommitdiffstats
path: root/tests
AgeCommit message (Expand)AuthorLines
2024-03-22env: add -a,--argv0 to set the first argument passed to execPádraig Brady-0/+10
2024-03-20mv: new option --exchangePaul Eggert-0/+42
2024-03-19chmod: add support for -h, -H,-L,-P, --dereference optionsPádraig Brady-0/+88
2024-03-13env,kill,timeout: support unnamed signalsGrisha Levit-1/+9
2024-03-06cksum: ensure appropriate "binary" mode with --untaggedPádraig Brady-0/+9
2024-03-05mv: revert add --swap (-x) optionPádraig Brady-48/+0
2024-03-04cksum: consistently validate --length attributesPádraig Brady-0/+4
2024-03-03mv: add --swap (-x) option to atomically swap 2 pathsPetr Malat-0/+48
2024-02-27mktemp: fix template diagnostic with --suffixlvgenggeng-1/+1
2024-02-27tests: move join tests to their own directoryPádraig Brady-2/+2
2024-02-27tests: simplify treatment of the $LOCALE_FR_UTF8 variablePádraig Brady-10/+4
2024-02-27join: avoid test failure on systems with no French UTF-8 localeBruno Haible-1/+1
2024-02-26wc: fix -w with breaking space over UCHAR_MAXAearil-0/+5
2024-02-26cp,mv: add --update=none-fail to fail if existing filesPádraig Brady-4/+15
2024-02-26cp,mv: reinstate that -n exits with success if files skippedPádraig Brady-12/+10
2024-02-22cp: add --keep-directory-symlink optionDaan De Meyer-0/+28
2024-02-07build: fix od build on clang < 17Pádraig Brady-5/+5
2024-02-05od: support half precision floating pointPádraig Brady-0/+21
2024-01-18doc: split -C: test and document a heap overflowPádraig Brady-0/+12
2024-01-17tests: make ulimit -v interact better with ASANPádraig Brady-14/+13
2024-01-10tests: ls: add a test to verify that '+' is addedSylvestre Ledru-0/+41
2024-01-01maint: update all copyright year number rangesPádraig Brady-621/+621
2023-12-29tests: numfmt: fix test related to lower case 'k' SI unitPádraig Brady-1/+1
2023-12-29tests: run locale tests on more systemsPádraig Brady-19/+30
2023-12-19copy,install: avoid unnecessary security context translationsChristian Göttsche-0/+6
2023-12-15chgrp: add --from parameter similar to chownPádraig Brady-1/+56
2023-12-01tail: fix tailing sysfs files where PAGE_SIZE > BUFSIZdann frazier-0/+35
2023-11-27numfmt: support lowercase 'k' for Kilo and KibiPádraig Brady-80/+90
2023-11-16uniq: fix bug with -w in multibyte localesPaul Eggert-0/+9
2023-11-16tests: omit inapplicable test codePaul Eggert-33/+4
2023-11-03ls: fix recent regression in size alignmentPádraig Brady-0/+33
2023-10-30join: fix recently introduced NUL bugPaul Eggert-3/+7
2023-10-30maint: pacify ‘make syntax-check’Paul Eggert-4/+2
2023-10-30maint: copy join, uniq tests from FedoraPaul Eggert-0/+105
2023-10-30join,uniq: support multi-byte separatorsPaul Eggert-0/+52
2023-10-28base32,base64: disallow non-canonical encodingsPádraig Brady-2/+6
2023-10-25basenc: --base16: also allow lower case with --ignore-garbagePádraig Brady-0/+1
2023-10-23basenc: --base16: support lower case hex digitsPádraig Brady-0/+1
2023-10-06tests: move all basenc tests to their own directoryPádraig Brady-2/+2
2023-10-06basenc: auto pad base32 and base64 inputs when decodingPádraig Brady-4/+2
2023-09-23wc: fix word count bugPaul Eggert-0/+1
2023-09-20tail: allow multiple PIDsStephen Kitt-0/+4
2023-09-17ls: --dired now implies long format with hyperlinks disabledSylvestre Ledru-3/+5
2023-09-15tests: improve ls --dired testingSylvestre Ledru-1/+36
2023-08-31maint: avoid syntax check failurePádraig Brady-2/+2
2023-08-29maint: remove need for mbsalignPaul Eggert-7/+3
2023-08-28maint: spelling fixes, including author namesPaul Eggert-21/+21
2023-08-27sort: port sort-merge-fdlimit test to Solaris 10Paul Eggert-1/+8
2023-08-27sort: port sort-continue test back to Solaris 10Paul Eggert-5/+11
2023-08-27tests: avoid false failure on cygwinPádraig Brady-23/+25